mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
staging: comedi: ni_pcidio: checkpatch.pl cleanup (missing blank line)
Fix the checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c4c2c67a7a
commit
fd28703c76
|
|
@ -711,6 +711,7 @@ static int ni_pcidio_cmd(struct comedi_device *dev, struct comedi_subdevice *s)
|
|||
|
||||
{
|
||||
int retval = setup_mite_dma(dev, s);
|
||||
|
||||
if (retval)
|
||||
return retval;
|
||||
}
|
||||
|
|
@ -853,6 +854,7 @@ static int pci_6534_load_fpga(struct comedi_device *dev,
|
|||
}
|
||||
for (j = 0; j + 1 < data_len;) {
|
||||
unsigned int value = data[j++];
|
||||
|
||||
value |= data[j++] << 8;
|
||||
writew(value,
|
||||
devpriv->mite->daq_io_addr + Firmware_Data_Register);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user