Staging: iio: adc: Fix line over 80 characters
This patch fixes the following checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e3fe42b149
commit
29aeb33aca
|
@ -223,7 +223,8 @@ static int ad7192_setup(struct ad7192_state *st,
|
|||
id &= AD7192_ID_MASK;
|
||||
|
||||
if (id != st->devid)
|
||||
dev_warn(&st->sd.spi->dev, "device ID query failed (0x%X)\n", id);
|
||||
dev_warn(&st->sd.spi->dev, "device ID query failed (0x%X)\n",
|
||||
id);
|
||||
|
||||
switch (pdata->clock_source_sel) {
|
||||
case AD7192_CLK_EXT_MCLK1_2:
|
||||
|
|
Loading…
Reference in New Issue