Samuel Thibault
e6a152efae
Update speakup mailing list address
...
The speakup mailing list only works on the linux-speakup.org domain now.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:36:29 -07:00
NeilBrown
b1beb91b0e
staging/lustre: fix misuse of current->parent.
...
current->parent is used by ptrace to redirect some signal delivery
to the ptracer. It should only be used by 'ptrace' or 'signal' code.
All other users should use current->real_parent, which is the real
parent.
Signed-off-by: NeilBrown <neilb@suse.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:35:42 -07:00
Sam Asadi
c11da2df83
Staging: comedi: adl_pci9118: line over 80 fixed
...
A 'line over 80 characters' issue fixed.
Signed-off-by: Sam Asadi <asadi.samuel@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:13:47 -07:00
Masanari Iida
fbeca3ca16
staging: vme: Add missing CR in printk messages in vme_pio2_core.c
...
This patch add missing CR in messages within vme_pio2_core.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:12:37 -07:00
Masanari Iida
115eed84af
staging: vme: Add missing CR in error message
...
This patch adds missing CR in dev_err message.
Signed-off-by: Masanari Iida <standby24x7@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:12:37 -07:00
Masanari Iida
bb6268692e
staging: vme: Fix typo in vme_pio2_gpio.c
...
This patch fix spelling typo in printk message.
Signed-off-by: Masanari Iida <standby24x7@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:12:37 -07:00
Malcolm Priestley
387983b49f
staging: vt6656: remove unused macros
...
Remove macros start are unlikely to be reused
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:11:28 -07:00
Malcolm Priestley
f752c2e37d
staging: vt6656: mac.h clean up macros
...
White space and comment clean up
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:11:28 -07:00
Malcolm Priestley
d7f2d8f61e
staging: vt6656: put radio power off and on into correct state every time.
...
When radio is off bit GPIO3_INTMD should be on and off when radio is on.
Add these to the tail of vnt_radio_power_off and vnt_radio_power_on
and remove variable bHWRadioOff.
In device_init_registers just check GPIO3_DATA are in correct state and
always power on.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:11:28 -07:00
Malcolm Priestley
409bc044a4
staging: vt6656: struct vnt_private remove unused variable bRadioOff
...
The variable flips from true to false but does nothing
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:11:28 -07:00
Malcolm Priestley
dc5cfd9be6
staging: vt6656: struct vnt_private remove unused variable bRadioControlOff
...
This variable is never set.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:11:28 -07:00
H Hartley Sweeten
46fc601e67
staging: comedi: comedi_compat32.h: checkpatch.pl --strict cleanup
...
Fix the checkpatch.pl --strict issues:
CHECK: extern prototypes should be avoided in .h files
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 >
2014-07-18 16:10:40 -07:00
H Hartley Sweeten
710a182b34
staging: comedi: comedidev.h: checkpatch.pl --strict cleanup
...
Fix the checkpatch.pl --strict issues:
CHECK: Please use a blank line after function/struct/union/enum declarations
CHECK: Alignment should match open parenthesis
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 >
2014-07-18 16:10:40 -07:00
H Hartley Sweeten
36efbacdcb
staging: comedi: comedi_fops: checkpatch.pl --strict cleanup
...
Fix the checkpatch.pl --strict issues:
CHECK: braces {} should be used on all arms of this statement
CHECK: Alignment should match open parenthesis
CHECK: Prefer kzalloc(sizeof(*dev)...) over kzalloc(sizeof(struct comedi_device)...)
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 >
2014-07-18 16:10:40 -07:00
H Hartley Sweeten
40af57a27b
staging: comedi: comedi.h: checkpatch.pl --strict cleanup
...
Fix the checkpatch.pl --strict issues:
CHECK: Please use a blank line after function/struct/union/enum declarations
For aesthetics, convert the inline functions into simple macros.
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 >
2014-07-18 16:10:40 -07:00
H Hartley Sweeten
663dfc0505
staging: comedi: comedi_internal.h: checkpatch.pl --strict cleanup
...
Fix the checkpatch.pl --strict issues:
CHECK: Please use a blank line after function/struct/union/enum 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 >
2014-07-18 16:10:39 -07:00
H Hartley Sweeten
3df9f21af9
staging: comedi: drivers.c: checkpatch.pl --strict cleanup
...
Fix the checkpatch.pl --strict issues:
CHECK: DEFINE_MUTEX definition without comment
CHECK: braces {} should be used on all arms of this statement
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 >
2014-07-18 16:10:39 -07:00
H Hartley Sweeten
1d746c69eb
staging: comedi: comedi_compat32: checkpatch.pl --strict cleanup
...
Fix the checkpatch.pl --strict issues:
CHECK: Logical continuations should be on the previous line
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 >
2014-07-18 16:10:39 -07:00
H Hartley Sweeten
747172ac55
staging: comedi: hwdrv_apci3120: cleanup printk messages
...
Remove the printk messages that are just driver development debug noise
and convert the rest to dev_err().
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 >
2014-07-18 16:08:02 -07:00
H Hartley Sweeten
9ae300cd40
staging: comedi: hwdrv_apci3200: remove commented out printk messages
...
The commented out printk() messages all apear to be development noise.
Just remove them.
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 >
2014-07-18 16:08:02 -07:00
H Hartley Sweeten
ee68d168cb
staging: comedi: ni_atmio: remove printk noise in ni_isapnp_find_board()
...
The printk() messages in this function a just added noise. Remove them.
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 >
2014-07-18 16:08:01 -07:00
H Hartley Sweeten
9d3e5ab5e8
staging: comedi: hwdrv_apci3200: remove disabled PRINT_INFO debug
...
Remove all the PRINT_INFO debug.
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 >
2014-07-18 16:08:01 -07:00
H Hartley Sweeten
5ee226306c
staging: comedi: comedi_fops: remove commented out debug messages
...
Remove the commented out printk() debug.
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 >
2014-07-18 16:08:01 -07:00
H Hartley Sweeten
bbedf943f2
staging: comedi: das1800: tidy up das1800_probe()
...
The (*attach) of driver calls this function to probe the 'id' of the
hardware to verify that a valid boardinfo has been selected by the
user.
The dev_dbg() messages when the boardinfo is valid is just added
noise. The printk messages when the id does not match the boardinfo
does have some value.
Refactor the function to remove the noise and use a common message
for the "(probed, not recommended)" message.
Convert the printk() messages to dev_err().
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 >
2014-07-18 16:08:01 -07:00
H Hartley Sweeten
bc0640a795
staging: comedi: ni_at_a2150: convert printk to dev_err
...
Convert the printk() message to dev_err().
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 >
2014-07-18 16:08:01 -07:00
H Hartley Sweeten
b252ebfccf
staging: comedi: ni_atmio: convert printk to dev_err in ni_getboardtype()
...
Convert these printk() messages to dev_err().
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 >
2014-07-18 16:08:01 -07:00
H Hartley Sweeten
221fa08c53
staging: comedi: ni_atmio: remove board attach noise
...
Remove the printk messages in the (*attach) of this driver. These are
just added noise.
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 >
2014-07-18 16:08:01 -07:00
H Hartley Sweeten
07e6b2e2a8
staging: comedi: ni_mio_common: consolidate call to ni_mseries_get_pll_parameters()
...
All cases of the switch call ni_mseries_get_pll_parameters() with the same
parameters. Move the call out of the switch.
Also, move the printk from ni_mseries_get_pll_parameters() so that it can
be converted into a dev_err().
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 >
2014-07-18 16:08:01 -07:00
H Hartley Sweeten
89c4695efd
staging: comedi: ni_mio_common: convert printk messages to dev_err
...
Where possible, convert the printk() messages in this file to dev_err().
Remove a couple commented out printk() messages.
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 >
2014-07-18 16:08:01 -07:00
Malcolm Priestley
f7e4a8f45c
staging: vt6656: struct vnt_private rename apTD to tx_context
...
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:06:23 -07:00
Malcolm Priestley
8577011c7a
staging: vt6656: struct vnt_private rename apRCB to rcb
...
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:06:23 -07:00
Malcolm Priestley
3d582487be
staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urb
...
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:06:23 -07:00
Malcolm Priestley
421ce4e58e
staging: vt6656: struct vnt_private remove dead variables
...
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:06:23 -07:00
Malcolm Priestley
7b6914c84f
staging: vt6656: remove dead structure struct vnt_tx_pkt_info
...
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:06:23 -07:00
Malcolm Priestley
325de98424
staging: vt6656: struct vnt_rcb remove camel case
...
Camel case changes
pDevice -> priv
pUrb -> urb
bBoolInUse -> in_use
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:06:23 -07:00
Malcolm Priestley
23dbf877b1
staging: vt6656: struct vnt_rcb remove unused members
...
Remove Next and Ref
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:06:23 -07:00
Malcolm Priestley
1b6953dde4
staging: vt6656: fix module_param_named tx_buffers variable
...
Should point to vnt_tx_buffers
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:06:23 -07:00
Malcolm Priestley
76d382fc80
staging: vt6656: usb_device_reset remove camel case
...
Camel case change
pDevice -> priv
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-18 16:06:23 -07:00
Khoa Mai
dfcd909227
staging: bcm: Qos.c: Fix coding style
...
Switch and case should be in same indent level
Signed-off-by: Khoa Mai <mdk194@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:51:27 -07:00
Khoa Mai
9d1e0d094b
staging: bcm: Qos.c: Fix coding style
...
Fix C99 comment
Signed-off-by: Khoa Mai <mdk194@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:51:27 -07:00
Greg Kroah-Hartman
75533a0386
staging: gdm72xx: fix build errors
...
This fixes the build errors in the dev_dbg() fixes in a previous patch.
Reported-by: kbuild test robot <fengguang.wu@intel.com >
To: Michalis Pappas <mpappas@fastmail.fm >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:33:02 -07:00
Himangi Saraogi
75f2a4ead5
devres: Add devm_kasprintf and devm_kvasprintf API
...
devm_kasprintf() and devm_kvasprintf() are the managed counterparts
for kasprintf() and kvasprintf().
Signed-off-by: Himangi Saraogi <himangi774@gmail.com >
Acked-by: Julia Lawall <julia.lawall@lip6.fr >
Acked-by: Tejun Heo <tj@kernel.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:26:44 -07:00
Josep Puigdemont
871379dc0f
staging: lustre: plain interger was used as NULL pointer
...
This patch fixes the following warnings found when running sparse:
.../lproc_echo.c:43:11: warning: Using plain integer as NULL pointer
.../lproc_echo.c:49:11: warning: Using plain integer as NULL pointer
Signed-off-by: Josep Puigdemont <josep.puigdemont@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:25:47 -07:00
Benjamin Romer
8a1182eb34
staging: unisys: detect controlvm channel on module load
...
The controlvm channel is not removable from a guest after the guest starts,
so it makes no sense to constantly check for it. Move the channel address
discovery to visorchipset_init(), and remove all of the checks for the channel
address from the rest of the module, as the module will not load if the
channel pointer is not valid.
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:11:33 -07:00
Benjamin Romer
524b0b63a1
staging: unisys: simplify controlvm channel address function
...
There is no reason to have controlvm_get_channel_address() defined in a
separate file. Move it to visorchipset_main.c, remove the no-op functions
controlvm_init() and controlvm_deinit() from visorchipset_main.c, and remove
the controlvm.h and controlvm_direct.c files from the module.
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:11:33 -07:00
Andrey Utkin
ea702e76af
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c: drop incorrect checks
...
Dropped some "< 0" and ">= 0" checks on unsigned int values.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80501
Reported-by: David Binderman <dcb314@hotmail.com >
Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:08:31 -07:00
Michalis Pappas
f5439c612e
staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()
...
Signed-off-by: Michalis Pappas <mpappas@fastmail.fm >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:07:30 -07:00
Michalis Pappas
a01a56bdb3
staging: gdm72xx: remove debug code
...
Removed dump_eth_packet() and helper functions called upon packet tx/rx.
Signed-off-by: Michalis Pappas <mpappas@fastmail.fm >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:07:30 -07:00
Sachin Kamat
657b8dbc49
staging: ion: Remove left over comment
...
Commit 2bb9f5034e ("gpu: ion: Remove heapmask from client")
removed the heap_type_mask parameter. Remove the associated
kernel-doc comment too.
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com >
Cc: Rebecca Schultz Zavin <rebecca@android.com >
Cc: John Stultz <john.stultz@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:07:30 -07:00
Kiran Padwal
f4ef08f0c1
Staging: gdm724x: gdm_tty.c: fix missing blank line after variable declaration
...
Checkpatch fix - Add missing blank line after variable declaration
Signed-off-by: Kiran Padwal <kiran.padwal21@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-17 18:05:47 -07:00