mm: Drop unlikely before IS_ERR(_OR_NULL)
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 12 Aug 2015 10:29:46 +0000 (15:59 +0530)
committerJiri Kosina <jkosina@suse.cz>
Tue, 29 Sep 2015 13:15:05 +0000 (15:15 +0200)
commit18e8e5c7a9f9aef1b45e0729dc340989d5a954d0
tree1b66f9986531989521ce2e0465161a0d76b8d94d
parenta1c83681d52704c766d576bea2d7f2f99e8dde23
mm: 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.

Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/huge_memory.c
This page took 0.02463 seconds and 5 git commands to generate.