commit | 37768adf9a1d49aeac0db1ba3dc28b3274b7b789 | [log] [tgz] |
---|---|---|
author | Tony Cook <tony-cook@bigpond.com> | Sat Apr 18 22:42:18 2009 +0930 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 23 14:15:28 2009 -0700 |
tree | fd68c1ba85729b0f217d9c379a64dab10c58bdb8 | |
parent | e9b8cffa923e8eb3fe70ea05d3fcfffc90a71a57 [diff] |
USB: fix mos7840 problem with minor numbers This patch fixes a problem with any mos7840 device where the use of the field "minor" before it is initialised results in all the devices being overlaid in memory (minor = 0 for all instances) Contributed by: Phillip Branch Signed-off-by: Tony Cook <tony-cook@bigpond.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>