[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130112.153211.562541025115995797.davem@davemloft.net>
Date: Sat, 12 Jan 2013 15:32:11 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: hauke@...ke-m.de
Cc: mcarlson@...adcom.com, mchan@...adcom.com, netdev@...r.kernel.org,
m@...s.ch
Subject: Re: [PATCH 1/3] ssb: add missing method ssb_gige_get_macaddr
From: Hauke Mehrtens <hauke@...ke-m.de>
Date: Sat, 12 Jan 2013 21:01:43 +0100
> When CONFIG_SSB_DRIVER_GIGE is not set the header does not provide the
> needed method.
>
> Signed-off-by: Hauke Mehrtens <hauke@...ke-m.de>
This isn't right.
You can't implement this function in a way that the caller cannot
determine that it didn't actually do anything.
You either have to protect calls with ifdefs or make this routine
return an error indication, in response to which the caller can
set a random ethernet address or take some other corrective action.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists