Loading drivers/usb/gadget/f_fs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1137,7 +1137,7 @@ static struct ffs_data *ffs_data_new(void) { struct ffs_data *ffs = kzalloc(sizeof *ffs, GFP_KERNEL); if (unlikely(!ffs)) return 0; return NULL; ENTER(); Loading Loading
drivers/usb/gadget/f_fs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1137,7 +1137,7 @@ static struct ffs_data *ffs_data_new(void) { struct ffs_data *ffs = kzalloc(sizeof *ffs, GFP_KERNEL); if (unlikely(!ffs)) return 0; return NULL; ENTER(); Loading