pinctrl: mvebu: Make drivers depend on the pinctrl framework
[oweals/u-boot.git] / cmd / blk_common.c
index 0c0c23eb3701e846a0614c30ddd761581085e831..bf2f626dd652d5a5238b067f2d9fe13fa00a7cdd 100644 (file)
@@ -95,8 +95,6 @@ int blk_common_cmd(int argc, char * const argv[], enum if_type if_type,
                } else {
                        return CMD_RET_USAGE;
                }
-
-               return 0;
        }
 }
 #endif