From: Alan Stern Date: Tue, 24 Jun 2008 18:47:12 +0000 (-0400) Subject: usbfs: simplify the lookup-by-minor routines X-Git-Tag: v2.6.27-rc1~946^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ad04a89f0e3e6adaed0d9adfc0c9b431ccbb92;p=pandora-kernel.git usbfs: simplify the lookup-by-minor routines This patch (as1105) simplifies the lookup-by-minor-number code in usbfs. Instead of passing the minor number to the callback, which must then reconstruct the entire dev_t value, the patch passes the dev_t value directly. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed