]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
staging: comedi: jr3_pci: omit pointless debug info
authorIan Abbott <abbotti@mev.co.uk>
Wed, 8 Mar 2017 18:44:29 +0000 (18:44 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 13:57:00 +0000 (14:57 +0100)
commit6fbd1330e50383a8a30f0fc67e690a22b99fd2d5
treebe2e4c95a0897c0f6c8a3bce0325a22103d982eb
parent9d6a94291e002d3fa499ccef73fcd286cddeeb6f
staging: comedi: jr3_pci: omit pointless debug info

`jr3_pci_open()` outputs several debug log messages containing serial
numbers of the sensors (one per subdevice) along with a pointer to the
subdevice private data structure.  The latter is of no use, so reformat
the debug log to omit it.

`jr3_pci_alloc_spriv()` outputs a debug log message containing more
useless information about the remapped base address of the board
registers, the sensor registers, and the difference between them.  Get
rid of it.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/jr3_pci.c