[IA64] one-line cleanup on set_irq_affinity_info
authorChen, Kenneth W <kenneth.w.chen@intel.com>
Tue, 16 May 2006 23:34:57 +0000 (16:34 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 17 May 2006 13:20:59 +0000 (06:20 -0700)
Calls to set_irq_info in set_irq_affinity_info() is redundant because
irq_affinity mask was set just one line immediately above it.  Remove
that duplicate call.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found