Files
linux/drivers
Hans de Goede c246412117 [media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wrongly
The chances if any of these becoming NULL magically are 0% And if they
do become NULL oopsing is the right thing to do (so that the user logs a
bug with the kernel rather then with whatever app he was using).

Returning EFAULT to userspace should only be done when userspace supplies
a bad address, not on driver bugs / hw issues, so in the few cases where the
check is not bogus return something else.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-07-27 17:53:42 -03:00
..
2011-06-11 15:06:48 -07:00
2011-07-11 09:52:35 -04:00
2011-07-03 14:26:24 -05:00
2011-06-14 15:15:25 +09:00
2011-07-04 16:02:48 +09:00
2011-07-17 12:40:08 +00:00