]> Pileus Git - ~andy/linux/commit
qlcnic: create file qlcnic_minidump.c for dump utility
authorSony Chacko <sony.chacko@qlogic.com>
Wed, 28 Nov 2012 04:34:30 +0000 (04:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Nov 2012 16:07:44 +0000 (11:07 -0500)
commit58634e74e66dd14407176d8620c76bae299ddb02
treea9d9966c4a9b8a94ec1cdfa2784ecfc882221f66
parentb66e29c9fda1b7288ec2504a6bc730654bff12b2
qlcnic: create file qlcnic_minidump.c for dump utility

Physical refactoring of 82xx adapter register dump utility.

Move register dump routines to new file qlcnic_minidump.c
Existing register dump routines has coding style issues, the code
is moved to the new file without fixing the style issues.

There is a seperate patch to fix the style issues in qlcnic_minidump.c

Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/Makefile
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c [new file with mode: 0644]