Skip to content

Commit

Permalink
[POWERPC] fsl_soc: Fix trivial printk typo.
Browse files Browse the repository at this point in the history
Fix a trivial printk typo in fsl_soc.

Cc: G. Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Peter Korsgaard authored and Kumar Gala committed Oct 4, 2007
1 parent 5dd57a1 commit 210805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/sysdev/fsl_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ static void __init of_register_i2c_devices(struct device_node *adap_node,

addr = of_get_property(node, "reg", &len);
if (!addr || len < sizeof(int) || *addr > (1 << 10) - 1) {
printk(KERN_WARNING "fsl_ioc.c: invalid i2c device entry\n");
printk(KERN_WARNING "fsl_soc.c: invalid i2c device entry\n");
continue;
}

Expand Down

0 comments on commit 210805e

Please sign in to comment.