commit | 7a81513e6cba3f255c0ac8a31480c9770fe83b0d | [log] [tgz] |
---|---|---|
author | Michael Hunold <hunold@linuxtv.org> | Sun Apr 03 18:05:31 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun Apr 03 18:05:31 2005 -0700 |
tree | a840f45cd831eea3625df021234b0c474481454e | |
parent | 1f7abe86ce081437353b6f765e82f2eed1337427 [diff] |
[PATCH] Fix Oops in MXB driver (v4l2 subsystem) This fixes a NULL pointer dereference Oops in my "Multimedia eXtension Board" driver. The tda9840 i2c driver dereferences the argument pointer, but the MXB driver is supplying a NULL pointer for one of the commands. The patch makes this one command behave like the others, ie. it expects an int argument. Signed-off-by: Linus Torvalds <torvalds@osdl.org>