* node in the device tree, so that Linux doesn't initialize
                 * it.
                 */
-               rc = fdt_find_and_setprop(blob, "/plb/pciex@d00000000", "status",
-                                         "disabled", sizeof("disabled"), 1);
-               if (rc) {
-                       printf("Unable to update property status in PCIe node, err=%s\n",
-                              fdt_strerror(rc));
-               }
+               fdt_find_and_setprop(blob, "/plb/pciex@d00000000", "status",
+                                    "disabled", sizeof("disabled"), 1);
        }
 
        if (gd->board_type == BOARD_CANYONLANDS_PCIE) {
                 * node in the device tree, so that Linux doesn't initialize
                 * it.
                 */
-               rc = fdt_find_and_setprop(blob, "/plb/sata@bffd1000", "status",
-                                         "disabled", sizeof("disabled"), 1);
-               if (rc) {
-                       printf("Unable to update property status in PCIe node, err=%s\n",
-                              fdt_strerror(rc));
-               }
+               fdt_find_and_setprop(blob, "/plb/sata@bffd1000", "status",
+                                    "disabled", sizeof("disabled"), 1);
        }
 }
 #endif /* defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP) */