Re: [PATCH 4/4] drivers/net/wireless/mwifiex/scan.c: test the just-initialized value
From: Julia Lawall <hidden>
Date: 2011-08-22 14:12:23
Also in:
kernel-janitors, lkml, netdev
From: Julia Lawall <hidden>
Date: 2011-08-22 14:12:23
Also in:
kernel-janitors, lkml, netdev
On Mon, 22 Aug 2011, Pierre Louis Aublin wrote:
Hello all On 08/22/2011 04:00 PM, Julia Lawall wrote:quoted
- if (!bss_desc) { + if (!beacon_ie) { dev_err(priv->adapter->dev, " failed to alloc bss_desc\n");Shouldn't we also modify the error message, from "failed to alloc bss_desc" to "failed to alloc beacon_ie" ?
Sure :) julia