Re: [PATCH] i2c: at91: mark PM ops as __maybe unused
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-08-11 13:54:12
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-08-11 13:54:12
On Wed, Aug 11, 2021 at 03:10:02PM +0200, Wolfram Sang wrote:
The driver uses pm_ptr(), so the PM ops could be unused.
Reported-by: kernel test robot <redacted>
Fixes: dab4b0e8c9a5 ("i2c: at91: remove #define CONFIG_PM")
Signed-off-by: Wolfram Sang <wsa@kernel.org>Applied to for-next, thanks!