commit | cdf88b9072a86545611b9c3f5597ebc47e50ffc1 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Tue Nov 22 00:56:58 2011 +0100 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Mon Mar 12 22:41:14 2012 +0100 |
tree | c3a31efccd11d573334663557171a22dd525eea1 | |
parent | 97d16fe69b6499a14a0c85c053f7bef54ce992a4 [diff] |
fbdev: sh_mobile_meram: Remove unneeded sanity checks The meram_register(), meram_unregister() and meram_update() operations check that the pointers they get from the caller are not NULL. Those checks can be remove, as the caller already ensures that the pointers are valid. The platform sanity checks can also be removed, as the operations can't be accessed without valid platform data anyway. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>