kernel-ark/drivers/media/dvb
Alexey Dobriyan 682e852e26 [PATCH] Fix more "if ((err = foo() < 0))" typos
Another reason to use:

	ret = foo();
	if (ret < 0)
		goto out;

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-09 13:02:51 -08:00
..
b2c2 [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
bt8xx [PATCH] dst_ca __user annotations, portability fixes 2005-12-15 10:04:31 -08:00
cinergyT2 kbuild: un-stringnify KBUILD_MODNAME 2006-01-06 21:17:50 +01:00
dvb-core [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3 2005-12-12 08:57:44 -08:00
dvb-usb [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
frontends [PATCH] Fix more "if ((err = foo() < 0))" typos 2006-01-09 13:02:51 -08:00
pluto2 [PATCH] dvb: pluto2: Removed unavoidable error message and related code 2005-11-09 07:56:01 -08:00
ttpci kbuild: un-stringnify KBUILD_MODNAME 2006-01-06 21:17:50 +01:00
ttusb-budget [PATCH] V4L/DVB: (3086b) Whitespaces cleanups part 2 2005-12-12 08:57:44 -08:00
ttusb-dec [PATCH] V4L/DVB: (3086a) Whitespaces cleanups part 1 2005-12-12 08:57:44 -08:00
Kconfig
Makefile