Re: [PATCH] wireless/ath5k: renamed to ath5k_pci_driver to fix Section mismatch warnings

2008-02-04 Thread John W. Linville
On Sat, Feb 02, 2008 at 10:55:10AM +0800, Denis Cheng wrote: > the struct pci_driver refered ath5k_pci_id_table which in __devinit section, > the sparse tool suggest this renamed to "*driver", kills mismatch warnings. > > Signed-off-by: Denis Cheng <[EMAIL PROTECTED]> Sorry, I beat you to it on F

Re: [PATCH] wireless/ath5k: renamed to ath5k_pci_driver to fix Section mismatch warnings

2008-02-02 Thread Nick Kossifidis
2008/2/2, Denis Cheng <[EMAIL PROTECTED]>: > the struct pci_driver refered ath5k_pci_id_table which in __devinit section, > the sparse tool suggest this renamed to "*driver", kills mismatch warnings. > > Signed-off-by: Denis Cheng <[EMAIL PROTECTED]> > --- > drivers/net/wireless/ath5k/base.c |

[PATCH] wireless/ath5k: renamed to ath5k_pci_driver to fix Section mismatch warnings

2008-02-01 Thread Denis Cheng
the struct pci_driver refered ath5k_pci_id_table which in __devinit section, the sparse tool suggest this renamed to "*driver", kills mismatch warnings. Signed-off-by: Denis Cheng <[EMAIL PROTECTED]> --- drivers/net/wireless/ath5k/base.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletion