mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
soundwire: cadence: fix kernel-doc parameter descriptions
Fix previous update, bad git merge likely. oops.
Fixes: 39737a3130
("soundwire: cadence: update kernel-doc parameter descriptions")
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200114233124.13888-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
451ed9682b
commit
550f905204
@ -819,7 +819,6 @@ EXPORT_SYMBOL(sdw_cdns_thread);
|
||||
/**
|
||||
* sdw_cdns_exit_reset() - Program reset parameters and start bus operations
|
||||
* @cdns: Cadence instance
|
||||
* @state: True if we are trying to enable interrupt.
|
||||
*/
|
||||
int sdw_cdns_exit_reset(struct sdw_cdns *cdns)
|
||||
{
|
||||
@ -846,6 +845,7 @@ EXPORT_SYMBOL(sdw_cdns_exit_reset);
|
||||
/**
|
||||
* sdw_cdns_enable_interrupt() - Enable SDW interrupts
|
||||
* @cdns: Cadence instance
|
||||
* @state: True if we are trying to enable interrupt.
|
||||
*/
|
||||
int sdw_cdns_enable_interrupt(struct sdw_cdns *cdns, bool state)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user