diff options
Diffstat (limited to 'drivers/net/ucc_geth.c')
| -rw-r--r-- | drivers/net/ucc_geth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c index 4469f2451a6..5e9adbaf674 100644 --- a/drivers/net/ucc_geth.c +++ b/drivers/net/ucc_geth.c @@ -3798,7 +3798,7 @@ static int ucc_geth_probe(struct of_device* ofdev, const struct of_device_id *ma  		prop = of_get_property(np, "tx-clock", NULL);  		if (!prop) {  			printk(KERN_ERR -				"ucc_geth: mising tx-clock-name property\n"); +				"ucc_geth: missing tx-clock-name property\n");  			return -EINVAL;  		}  		if ((*prop < QE_CLK_NONE) || (*prop > QE_CLK24)) {  |