]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
iio: sca3000: Remove an erroneous 'get_device()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 6 May 2020 03:52:06 +0000 (05:52 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 10 May 2020 09:53:36 +0000 (10:53 +0100)
commit928edefbc18cd8433f7df235c6e09a9306e7d580
tree52759c606568660d18e00244abbc9b5f75264950
parentb455d06e6fb3c035711e8aab1ca18082ccb15d87
iio: sca3000: Remove an erroneous 'get_device()'

This looks really unusual to have a 'get_device()' hidden in a 'dev_err()'
call.
Remove it.

While at it add a missing \n at the end of the message.

Fixes: 574fb258d636 ("Staging: IIO: VTI sca3000 series accelerometer driver (spi)")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/sca3000.c