Index: b/drivers/rtc/rtc-mv.c
===================================================================
--- a/drivers/rtc/rtc-mv.c	2010-02-24 18:52:17.000000000 +0000
+++ b/drivers/rtc/rtc-mv.c	2010-04-06 09:50:54.000000000 +0100
@@ -245,7 +245,7 @@ static int __devinit mv_rtc_probe(struct
 	/* make sure the 24 hours mode is enabled */
 	rtc_time = readl(pdata->ioaddr + RTC_TIME_REG_OFFS);
 	if (rtc_time & RTC_HOURS_12H_MODE) {
-		dev_err(&pdev->dev, "24 Hours mode not supported.\n");
+		dev_err(&pdev->dev, "12 Hour mode not supported.\n");
 		return -EINVAL;
 	}
 
