From: Eric W. Biederman Date: Fri, 23 Feb 2007 11:35:05 +0000 (-0700) Subject: [PATCH] x86_64 irq: Simplify assign_irq_vector's arguments. X-Git-Tag: v2.6.21-rc2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfbffdd81c5d029ca8f8a754ce0eb8199c418eba;p=pandora-kernel.git [PATCH] x86_64 irq: Simplify assign_irq_vector's arguments. Currently assign_irq_vector works mostly by side effect and returns the results of it's changes to the caller. Which makes for a lot of arguments to pass/return and confusion as to what to do if you need the status but you aren't calling assign_irq_vector. This patch stops returning values from assign_irq_vector that can be retrieved just as easily by examining irq_cfg, and modifies the callers to retrive those values from irq_cfg when they need them. Signed-off-by: Eric W. Biederman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed