From: Sonny Rao Date: Thu, 18 Nov 2010 11:50:02 +0000 (+0000) Subject: qlge: Fix incorrect usage of module parameters and netdev msg level X-Git-Tag: v2.6.37-rc4~61^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84cf7029b63ca3eef823438a29ceb5ba139b883a;p=pandora-kernel.git qlge: Fix incorrect usage of module parameters and netdev msg level Driver appears to be mistaking the permission field with default value in the case of debug and qlge_irq_type. Driver is also passing debug as a bitmask into netif_msg_init() which wants a number of bits. Ron Mercer suggests we should change this to pass in -1 so the defaults get used instead, which makes the default much less verbose. Signed-off-by: Milton Miller Signed-off-by: Sonny Rao Signed-off-by: David S. Miller --- Reading git-diff-tree failed