linux/drivers/staging/most
Nishka Dasgupta 6fa4e8eb3f staging: most: dim2: Remove function dimcb_io_write()
Remove function dimcb_io_write as all it does is call writel.
Modify calls to dimcb_io_write to writel, flipping the order of the
arguments as required.
Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Link: https://lore.kernel.org/r/20190708064145.3250-3-nishkadg.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-07-22 07:34:10 +02:00
..
cdev staging: most: Delete an error message for a failed memory allocation 2019-07-22 07:34:09 +02:00
dim2 staging: most: dim2: Remove function dimcb_io_write() 2019-07-22 07:34:10 +02:00
Documentation staging: most: trivial: fix a couple of typos 2019-06-06 15:03:34 +02:00
i2c staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
net staging: most: deregister net and video config subsystems with configFS 2019-06-15 20:54:28 +02:00
sound staging: most: sound: pass correct device when creating a sound card 2019-04-30 14:34:06 +02:00
usb staging: most: usb: remove prefix from description tag 2019-04-16 13:25:17 +02:00
video staging/most/video: set device_caps in struct video_device 2019-07-01 08:48:41 +02:00
configfs.c staging: most: remove data sanity check 2019-07-03 18:28:28 +02:00
core.c staging: most-core: Use bus_find_device_by_name 2019-06-24 05:22:30 +02:00
core.h staging: most: allow speculative configuration 2019-04-16 13:25:18 +02:00
Kconfig staging: most: use help instead of ---help--- in Kconfig 2019-05-20 10:49:07 +02:00
Makefile staging: most: enable configfs support 2019-04-16 13:25:17 +02:00
TODO