diff options
-rw-r--r-- | drivers/misc/cs5535-mfgpt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/misc/cs5535-mfgpt.c b/drivers/misc/cs5535-mfgpt.c index 26693060b29b..d02d302ee6d5 100644 --- a/drivers/misc/cs5535-mfgpt.c +++ b/drivers/misc/cs5535-mfgpt.c | |||
@@ -317,8 +317,7 @@ static int __devinit cs5535_mfgpt_probe(struct platform_device *pdev) | |||
317 | cs5535_mfgpt_chip.pdev = pdev; | 317 | cs5535_mfgpt_chip.pdev = pdev; |
318 | spin_lock_init(&cs5535_mfgpt_chip.lock); | 318 | spin_lock_init(&cs5535_mfgpt_chip.lock); |
319 | 319 | ||
320 | dev_info(&pdev->dev, "region 0x%x - 0x%x reserved\n", res->start, | 320 | dev_info(&pdev->dev, "reserved resource region %pR\n", res); |
321 | res->end); | ||
322 | 321 | ||
323 | /* detect the available timers */ | 322 | /* detect the available timers */ |
324 | t = scan_timers(&cs5535_mfgpt_chip); | 323 | t = scan_timers(&cs5535_mfgpt_chip); |