1
0
Fork 0
alistair23-linux/Documentation/DocBook
Mariusz Kozlowski 3c8961ee6d usb: writing_usb_driver free urb cleanup
Allright. As Greg KH suggested I split this big patch into smaller ones to
make the changes easier to review. Having no better idea how to split that I 
split it on a 'patch per file' basis. All those patches clean redundant 'if' before 
usb_unlink/free/kill_urb():

if (urb)
	usb_free_urb(urb); /* unlink / free / kill */

I decided not to touch bigger 'if's like 

if (urb) {
	usb_kill_urb(urb);
	usb_free_urb(urb);
	urb = NULL;
}

as that would be probably too intrusive. One of patches also fixes 
drivers/usb/misc/auerswald.c memleak I found when digging the code. All those
patches are against 2.6.19-rc4.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-12-01 14:23:31 -08:00
..
man Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
.gitignore [PATCH] DocBook: add .gitignore file 2006-01-10 08:01:52 -08:00
Makefile [PATCH] docbook: merge journal-api into filesystems.tmpl 2006-11-03 12:27:56 -08:00
deviceiobook.tmpl [PATCH] remove ISA legacy functions: remove documentation 2006-03-24 07:33:19 -08:00
filesystems.tmpl [PATCH] docbook: merge journal-api into filesystems.tmpl 2006-11-03 12:27:56 -08:00
gadget.tmpl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
genericirq.tmpl [PATCH] genirq: doc: add design documentation 2006-06-29 10:26:23 -07:00
kernel-api.tmpl [PATCH] docbook: make a filesystems book 2006-10-30 12:08:41 -08:00
kernel-hacking.tmpl [PATCH] fixup Documentation/DocBook/kernel-hacking.tmpl 2005-09-21 10:11:55 -07:00
kernel-locking.tmpl typo fixes 2006-06-26 19:05:40 +02:00
libata.tmpl Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev 2006-10-04 08:06:16 -07:00
librs.tmpl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lsm.tmpl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mcabook.tmpl [kernel-doc] fix various DocBook build problems/warnings 2005-09-07 01:15:17 -04:00
mtdnand.tmpl Merge git://git.infradead.org/mtd-2.6 2006-07-03 21:29:08 -07:00
procfs-guide.tmpl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
procfs_example.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rapidio.tmpl [PATCH] RapidIO support: core base 2005-11-07 07:53:46 -08:00
stylesheet.xsl [PATCH] DocBook: comment about paper type 2005-11-13 18:14:21 -08:00
usb.tmpl Documentation: remove duplicated words 2006-10-03 22:57:56 +02:00
videobook.tmpl [PATCH] irq-flags: documentation: Use the new IRQF_ constants 2006-07-02 13:58:55 -07:00
wanbook.tmpl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
writing_usb_driver.tmpl usb: writing_usb_driver free urb cleanup 2006-12-01 14:23:31 -08:00
z8530book.tmpl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00