staging: vc04_services: Join multiline dereferences
authorGenki Sky <sky@genki.is>
Wed, 6 Dec 2017 00:09:54 +0000 (19:09 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Dec 2017 08:48:54 +0000 (09:48 +0100)
commit7260ea5fc327344974716e5109180f96f0483a85
tree93892ac3e064ccfe5dd9ceddaeb9bfb0b1cd58f6
parent82aec3ed46fd313f043481fd613cfcb6b27275ea
staging: vc04_services: Join multiline dereferences

This was found using checkpatch.pl's MULTILINE_DEREFERENCE warning.
Putting the dereference onto one line makes them easier to read,
especially when part of a larger expression (in this case, function
arguments and ternary operator), and when the dereferences are short
(as they are here).

Signed-off-by: Genki Sky <sky@genki.is>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c