dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/keucr
Ilia Mirkin 306be9e1c1 staging: keucr: Remove NULL check before kfree
This patch was generated by the following semantic patch:
// <smpl>
@@ expression E; @@
- if (E != NULL) { kfree(E); }
+ kfree(E);

@@ expression E; @@
- if (E != NULL) { kfree(E); E = NULL; }
+ kfree(E);
+ E = NULL;
// </smpl>

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-03-14 11:57:32 -07:00
..
Kconfig Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage 2011-03-07 13:40:59 -08:00
Makefile Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage 2011-03-07 13:40:59 -08:00
TODO staging: keucr: use kernel byteorder functions 2011-03-07 13:26:56 -08:00
common.h staging: keucr: use kernel byteorder functions 2011-03-07 13:26:56 -08:00
init.c Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage 2011-03-07 13:40:59 -08:00
init.h Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage 2011-03-07 13:40:59 -08:00
ms.c staging: keucr: Remove NULL check before kfree 2011-03-14 11:57:32 -07:00
ms.h
msscsi.c
scsiglue.c
scsiglue.h
smcommon.h staging: keucr: Change the custom counting functions to hweight8 and hweight16 2011-02-28 19:03:18 -08:00
smil.h
smilecc.c
smilmain.c
smilsub.c staging: keucr: Change the custom counting functions to hweight8 and hweight16 2011-02-28 19:03:18 -08:00
smscsi.c
transport.c Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage 2011-03-07 13:40:59 -08:00
transport.h Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage 2011-03-07 13:40:59 -08:00
usb.c Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage 2011-03-07 13:40:59 -08:00
usb.h