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>
This commit is contained in:
Lucas Georges 2015-09-14 16:52:35 +02:00 committed by Greg Kroah-Hartman
parent 3e36cf4479
commit 6de9a2e3d4

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);