Searched hist:e1e0918fcaea7b8100ed9f96f3ecd9eb9b867102 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | cna_fwimg.c | diff e1e0918fcaea7b8100ed9f96f3ecd9eb9b867102 Wed Jan 04 14:02:24 CET 2012 stephen hemminger <shemminger@vyatta.com> bna: fix sparse warnings/errors
This fixes a several sparse warnings. * the __iomem tag was being used incorrectly (needs to be a prefix) * several variables should have been static since local to one file * the firmware was not being forwared declared and was const one place and not the other
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bna_types.h | diff e1e0918fcaea7b8100ed9f96f3ecd9eb9b867102 Wed Jan 04 14:02:24 CET 2012 stephen hemminger <shemminger@vyatta.com> bna: fix sparse warnings/errors
This fixes a several sparse warnings. * the __iomem tag was being used incorrectly (needs to be a prefix) * several variables should have been static since local to one file * the firmware was not being forwared declared and was const one place and not the other
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bnad.h | diff e1e0918fcaea7b8100ed9f96f3ecd9eb9b867102 Wed Jan 04 14:02:24 CET 2012 stephen hemminger <shemminger@vyatta.com> bna: fix sparse warnings/errors
This fixes a several sparse warnings. * the __iomem tag was being used incorrectly (needs to be a prefix) * several variables should have been static since local to one file * the firmware was not being forwared declared and was const one place and not the other
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bnad.c | diff e1e0918fcaea7b8100ed9f96f3ecd9eb9b867102 Wed Jan 04 14:02:24 CET 2012 stephen hemminger <shemminger@vyatta.com> bna: fix sparse warnings/errors
This fixes a several sparse warnings. * the __iomem tag was being used incorrectly (needs to be a prefix) * several variables should have been static since local to one file * the firmware was not being forwared declared and was const one place and not the other
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|