1
0
Fork 0

staging: ft1000: code style cleanup

There was a stray '*' in a comment block.

Signed-off-by: Lucas Georges <lucas.georges@outlook.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Lucas Georges 2015-09-14 16:52:35 +02:00 committed by Greg Kroah-Hartman
parent 3e36cf4479
commit 6de9a2e3d4
1 changed files with 1 additions and 1 deletions

View File

@ -1546,7 +1546,7 @@ int ft1000_poll(void *dev_id)
FT1000_REG_MAG_WATERMARK);
/* ring doorbell to tell DSP that
* ASIC is out of reset
* */
*/
status = ft1000_write_register(dev,
FT1000_ASIC_RESET_DSP,
FT1000_REG_DOORBELL);