Re: [PATCH] ieee1394: remove NULL checks prior to kfree in ieee1394, kfree handles null pointers fine.

2005-04-21 Thread Jody McIntyre
On Sat, Apr 16, 2005 at 05:55:19PM +0200, Jesper Juhl wrote: > This patch removes redundant NULL pointer checks before kfree() in all of > drivers/ieee1394/ Thanks, applied to our SVN and queued for 2.6.13. Jody > > Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> > --- > >

Re: [PATCH] ieee1394: remove NULL checks prior to kfree in ieee1394, kfree handles null pointers fine.

2005-04-21 Thread Jody McIntyre
On Sat, Apr 16, 2005 at 05:55:19PM +0200, Jesper Juhl wrote: This patch removes redundant NULL pointer checks before kfree() in all of drivers/ieee1394/ Thanks, applied to our SVN and queued for 2.6.13. Jody Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- drivers/ieee1394/nodemgr.c

[PATCH] ieee1394: remove NULL checks prior to kfree in ieee1394, kfree handles null pointers fine.

2005-04-16 Thread Jesper Juhl
This patch removes redundant NULL pointer checks before kfree() in all of drivers/ieee1394/ Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- drivers/ieee1394/nodemgr.c |3 +-- drivers/ieee1394/ohci1394.c |2 +- drivers/ieee1394/video1394.c | 29 - 3

[PATCH] ieee1394: remove NULL checks prior to kfree in ieee1394, kfree handles null pointers fine.

2005-04-16 Thread Jesper Juhl
This patch removes redundant NULL pointer checks before kfree() in all of drivers/ieee1394/ Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- drivers/ieee1394/nodemgr.c |3 +-- drivers/ieee1394/ohci1394.c |2 +- drivers/ieee1394/video1394.c | 29 - 3