[IA64] Remove NULL pointer check for argument never passed as NULL.
authorSimon Holm Thøgersen <odie@cs.aau.dk>
Mon, 12 May 2008 15:40:50 +0000 (17:40 +0200)
committerTony Luck <tony.luck@intel.com>
Wed, 14 May 2008 22:58:27 +0000 (15:58 -0700)
commit7af1d7532b6cf905230c72c67ad85a480b122374
treeea36fc6f8b6f63b1b182eb0b243163846f47011e
parent0fb232fdb2a2674003ef4b874034e872b7256aa9
[IA64] Remove NULL pointer check for argument never passed as NULL.

There is only palinfo_handle_smp as (indirect) user of palinfo_smp_call (by
way of smp_call_function_single) and surely palinfo_handle_smp never pass
NULL as parameter for info.

Signed-off-by: Simon Holm Thøgersen <odie@cs.aau.dk>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/palinfo.c