From: Mark A. Greer Date: Sat, 25 Mar 2006 11:08:26 +0000 (-0800) Subject: [PATCH] serial: mpsc driver passes bad devname to request_irq() X-Git-Tag: v2.6.17-rc1~745 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30ff2e348af9d3a1782103130c88960550a773f;p=pandora-kernel.git [PATCH] serial: mpsc driver passes bad devname to request_irq() The devname passed to request_irq() contained a '/' which is wrong. At a minimum, the '/' prevented the devname from showing up in /proc/irq//. This patch replaces the '/' with a '-' to fixes that problem. Reported-by: Stephane Chazelas Signed-off-by: Mark A. Greer Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed