commit | a2a1d36c78e90977e4ded9a20a7d8d27d84b13e4 | [log] [tgz] |
---|---|---|
author | Alan Jenkins <alan-jenkins@tuffmail.co.uk> | Thu Dec 03 07:45:00 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Wed Dec 09 15:54:31 2009 -0500 |
tree | 2e6cdeeae0066fb72e105ab1029c057c8d49996c | |
parent | 13f70029daa3cd7f9983e4aec82f32939b1a6e6a [diff] |
eeepc-laptop: remove redundant NULL checks eeepc_hotk_notify() cannot be called with ehotk == NULL or bd == NULL. We check both variables for allocation failure and would bail out before the notifier is registered. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> Signed-off-by: Len Brown <len.brown@intel.com>