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/bcm
Ilia Mirkin 23c3298687 staging: bcm: 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:30 -07:00
..
Adapter.h
Bcmchar.c
Bcmnet.c
CmHost.c
CmHost.h
DDRInit.c
DDRInit.h
Debug.h
HandleControlPacket.c
HostMIBSInterface.h
IPv6Protocol.c
IPv6ProtocolHdr.h
InterfaceAdapter.h
InterfaceDld.c
InterfaceIdleMode.c
InterfaceIdleMode.h
InterfaceInit.c
InterfaceInit.h
InterfaceIsr.c
InterfaceIsr.h
InterfaceMacros.h
InterfaceMisc.c
InterfaceMisc.h
InterfaceRx.c
InterfaceRx.h
InterfaceTx.c
InterfaceTx.h
Ioctl.h
Kconfig
LeakyBucket.c
Macros.h
Makefile
Misc.c
PHSDefines.h
PHSModule.c
PHSModule.h
Protocol.h
Prototypes.h
Qos.c
Queue.h
TODO
Transmit.c
Typedefs.h
Version.h
cntrl_SignalingInterface.h
headers.h
hostmibs.c
led_control.c
led_control.h
nvm.c
nvm.h
sort.c
target_params.h
vendorspecificextn.c
vendorspecificextn.h