commit | ca605bb68ccd1216871659371497f1e6a2543dc4 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Fri Aug 07 19:24:36 2009 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:02:14 2009 -0700 |
tree | cb835768f11810da9af6a3b2bf4475895d2b33e9 | |
parent | 6343cefdc8174f2d00abf8201ecd17d354e5ddf7 [diff] |
Staging: sep: Use filp->private_data to create proper device instances Move from using a sep_dev global. The workqueue still uses it and we use the pointer in order to know if a device was found. This requires some restructuring as the pci probe and the init module logic are all rather messed up and only worked by luck. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>