projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9778461
)
misc: ics932s401: Missing a blank line after declarations
author
Dhaval Shah
<dhaval.shah@softnautics.com>
Fri, 8 Dec 2017 05:56:54 +0000
(11:26 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 18 Dec 2017 15:00:57 +0000
(16:00 +0100)
Resolved all the missing a blank line after declarations checkpatch
warnings. Issue found by checkpatch.
Signed-off-by: Dhaval Shah <dhaval.shah@softnautics.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ics932s401.c
patch
|
blob
|
history
diff --git
a/drivers/misc/ics932s401.c
b/drivers/misc/ics932s401.c
index 28f51e01fd2bfe9126790d1ecc96bd58f74162b6..d22e2dc62907c72086cb3c5fdc27f9134c0ebe89 100644
(file)
--- a/
drivers/misc/ics932s401.c
+++ b/
drivers/misc/ics932s401.c
@@
-225,6
+225,7
@@
static ssize_t show_cpu_clock_sel(struct device *dev,
else {
/* Freq is neatly wrapped up for us */
int fid = data->regs[ICS932S401_REG_CFG7] & ICS932S401_FS_MASK;
+
freq = fs_speeds[fid];
if (data->regs[ICS932S401_REG_CTRL] & ICS932S401_CPU_ALT) {
switch (freq) {