commit | 61ad04a89f0e3e6adaed0d9adfc0c9b431ccbb92 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Jun 24 14:47:12 2008 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jul 21 15:16:41 2008 -0700 |
tree | 7aefa64191cc2628be8c9a756b6f08bf6ff36ba0 | |
parent | cd9f03759d3eb588e185b04e1854c778b050833e [diff] |
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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>