Skip to content

Commit ff9608c

Browse files
charleskeepaxvinodkoul
authored andcommitted
soundwire: bus: Remove now outdated comments on no_pm IO
Things have moved more towards end drivers using the no_pm versions of the IO functions. See commits: commit 167790a ("soundwire: export sdw_write/read_no_pm functions") commit 62dc9f3 ("soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions") As such this comment is now misleading, so remove it. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20230322164948.566962-1-ckeepax@opensource.cirrus.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 68d9bfb commit ff9608c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/soundwire/bus.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,6 @@ int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave,
384384

385385
/*
386386
* Read/Write IO functions.
387-
* no_pm versions can only be called by the bus, e.g. while enumerating or
388-
* handling suspend-resume sequences.
389-
* all clients need to use the pm versions
390387
*/
391388

392389
int sdw_nread_no_pm(struct sdw_slave *slave, u32 addr, size_t count, u8 *val)

0 commit comments

Comments
 (0)