commit | 3846e93a65b1a127f59203606c0e92dd22f08782 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed May 25 13:43:53 2011 +0200 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Aug 19 10:29:23 2011 +0200 |
tree | 8cca271ca9ab3fd4133754f14ca1e8a8a95c8b5a | |
parent | 2e1e5979bbe07f1a72276fd486abb3e693364628 [diff] |
acornfb: Dont BUG() on invalid pan parameters The driver currently BUG()s if the pan parameters passed directly from userspace are invalid. Return -EINVAL instead. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>