[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <BN6PR1101MB2145FF1C418319180C16CA058C700@BN6PR1101MB2145.namprd11.prod.outlook.com>
Date: Wed, 29 Jul 2020 17:14:46 +0000
From: "Bowers, AndrewX" <andrewx.bowers@...el.com>
To: "intel-wired-lan@...ts.osuosl.org" <intel-wired-lan@...ts.osuosl.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: [Intel-wired-lan] [PATCH net-next] ice: mark PM functions as
__maybe_unused
> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@...osl.org> On Behalf Of
> Wei Yongjun
> Sent: Monday, July 27, 2020 6:42 PM
> To: Hulk Robot <hulkci@...wei.com>; Kirsher, Jeffrey T
> <jeffrey.t.kirsher@...el.com>; Jakub Kicinski <kuba@...nel.org>; Alexei
> Starovoitov <ast@...nel.org>; Daniel Borkmann <daniel@...earbox.net>;
> Jesper Dangaard Brouer <hawk@...nel.org>; John Fastabend
> <john.fastabend@...il.com>; Abodunrin, Akeem G
> <akeem.g.abodunrin@...el.com>
> Cc: intel-wired-lan@...ts.osuosl.org; Wei Yongjun
> <weiyongjun1@...wei.com>; netdev@...r.kernel.org
> Subject: [Intel-wired-lan] [PATCH net-next] ice: mark PM functions as
> __maybe_unused
>
> In certain configurations without power management support, the following
> warnings happen:
>
> drivers/net/ethernet/intel/ice/ice_main.c:4214:12: warning:
> 'ice_resume' defined but not used [-Wunused-function]
> 4214 | static int ice_resume(struct device *dev)
> | ^~~~~~~~~~
> drivers/net/ethernet/intel/ice/ice_main.c:4150:12: warning:
> 'ice_suspend' defined but not used [-Wunused-function]
> 4150 | static int ice_suspend(struct device *dev)
> | ^~~~~~~~~~~
>
> Mark these functions as __maybe_unused to make it clear to the compiler
> that this is going to happen based on the configuration, which is the standard
> for these types of functions.
>
> Fixes: 769c500dcc1e ("ice: Add advanced power mgmt for WoL")
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Signed-off-by: Wei Yongjun <weiyongjun1@...wei.com>
> ---
> drivers/net/ethernet/intel/ice/ice_main.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers@...el.com>
Powered by blists - more mailing lists