netxen: reduce stack usage of netxen_nic_flash_print
authorHarvey Harrison <harvey.harrison@gmail.com>
Tue, 22 Apr 2008 18:48:35 +0000 (11:48 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 25 Apr 2008 06:08:55 +0000 (02:08 -0400)
Don't need to keep a struct netxen_new_user_info on the stack
when we only are interested in printing the serial_num.  Change
to only reading the serial_num.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found