drivers: misc: Drop unlikely before IS_ERR(_OR_NULL)
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 12 Aug 2015 10:29:41 +0000 (15:59 +0530)
committerJiri Kosina <jkosina@suse.cz>
Tue, 29 Sep 2015 13:11:40 +0000 (15:11 +0200)
commitd9902d597ac54c8abc02e37492e2bc102f31e83f
treef64598d625e1f2d613c2a55ea8f69df116cd3778
parent061eebba3d3077186609da7d8029e0fd89f194e7
drivers: misc: Drop unlikely before IS_ERR(_OR_NULL)

IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there
is no need to do that again from its callers. Drop it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/misc/c2port/core.c