summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>2016-01-03 19:32:03 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-29 06:22:01 (GMT)
commit7a725972e212c165c7991d06ede952d4c3b6387a (patch)
treea6c9771412e1c4bdec80d3b215a36f4ba0c073de /drivers/staging
parent05c153fa1990a9450d99b2f1a858873a912694d2 (diff)
downloadlinux-7a725972e212c165c7991d06ede952d4c3b6387a.tar.xz
Staging: panel: Remove space
No space is necessary after a cast, therefore remove it. Found by checkpatch.pl Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/panel/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c
index 1e67e26..04d86f3 100644
--- a/drivers/staging/panel/panel.c
+++ b/drivers/staging/panel/panel.c
@@ -1805,7 +1805,7 @@ static void phys_scan_contacts(void)
w_dtr(pprt, oldval & ~bitval); /* enable this output */
bitmask = PNL_PINPUT(r_str(pprt)) & ~gndmask;
- phys_read |= (pmask_t) bitmask << (5 * bit);
+ phys_read |= (pmask_t)bitmask << (5 * bit);
}
w_dtr(pprt, oldval); /* disable all outputs */
}