projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9c154
)
powerpc/mv64x60: Suspected typo in assignment
author
Nicolas Kaiser
<nikai@nikai.net>
Fri, 22 Oct 2010 02:58:53 +0000
(
02:58
+0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 2 Mar 2011 05:50:05 +0000
(16:50 +1100)
Untested, but looks like an obvious typo to me.
[BenH: No feedback, but it's obviously wrong]
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/sysdev/mv64x60_dev.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/sysdev/mv64x60_dev.c
b/arch/powerpc/sysdev/mv64x60_dev.c
index feaee402e2d6ff6e43dbb9c4d9dd3c10b05c72d1..0f6af41ebb448a5630d67ec2fc13303a5712e56a 100644
(file)
--- a/
arch/powerpc/sysdev/mv64x60_dev.c
+++ b/
arch/powerpc/sysdev/mv64x60_dev.c
@@
-346,7
+346,7
@@
static int __init mv64x60_i2c_device_setup(struct device_node *np, int id)
if (prop)
pdata.freq_m = *prop;
- pdata.freq_
m
= 3; /* default */
+ pdata.freq_
n
= 3; /* default */
prop = of_get_property(np, "freq_n", NULL);
if (prop)
pdata.freq_n = *prop;