]> git.baikalelectronics.ru Git - kernel.git/commit
e1000: remove debug messages with function names
authorJakub Kicinski <kubakici@wp.pl>
Wed, 2 Apr 2014 10:33:17 +0000 (10:33 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 11 Apr 2014 12:58:07 +0000 (05:58 -0700)
commit006e4499e8c7b3aa6949e085e1e18ef9184d1ae8
tree5015bc773d9973620416403c233a2beca390b7ba
parentc37e61fcfaf00039e7662d1ea5d4ecde610cfac5
e1000: remove debug messages with function names

e1000_hw.c contains a lot of debug messages which print
name of invoked function and contain no new line character
at the end.  Remove them as equivalent information can be
nowadays obtained using function tracer.

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000/e1000_hw.c