From: Meelis Roos Date: Mon, 8 Mar 2010 18:53:08 +0000 (-0800) Subject: qlogicpti: Remove slash in QlogicPTI irq name X-Git-Tag: v2.6.34-rc2~47^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d3926306bf4eecac50150ba5625797219f14ba;p=pandora-kernel.git qlogicpti: Remove slash in QlogicPTI irq name qlogicpti driver registers its irq with a name containing slash. This results in [ 71.049735] WARNING: at fs/proc/generic.c:316 __xlate_proc_name+0xa8/0xb8() [ 71.132815] name 'Qlogic/PTI' because proc_mkdir with the name of the irq fails. Fix it by just removing the slash from irq name. Discovered and tested on real hardware (Sun Ultra 1). Signed-off-by: Meelis Roos Signed-off-by: David S. Miller --- Reading git-diff-tree failed