Hi, > > Signed-off-by: Lars Pedersen <lapeddk@xxxxxxxxx> Reviewed-by: Avri Altman <avri.altman@xxxxxxx> > --- a/mmc_cmds.c > +++ b/mmc_cmds.c > @@ -734,13 +734,15 @@ int do_write_bkops_en(int nargs, char **argv) > __u8 ext_csd[512], value = 0; > int fd, ret; > char *device; > + char *en_type; A small nit - preferably do your strcmp and assign some type variable, But that's fine as well. Thanks, Avri