net/mlx5e: Remove double defined DMAC header re-write element
[sfrench/cifs-2.6.git] / drivers / rtc / rtc-mcp795.c
index 77f21331ae21c5f098cb7d3f307c294f1a62e889..00e11c1b2186c7e61eb585ec7f97b209e231d0aa 100644 (file)
@@ -82,7 +82,7 @@ static int mcp795_rtcc_write(struct device *dev, u8 addr, u8 *data, u8 count)
 {
        struct spi_device *spi = to_spi_device(dev);
        int ret;
-       u8 tx[2 + count];
+       u8 tx[257];
 
        tx[0] = MCP795_WRITE;
        tx[1] = addr;
@@ -262,7 +262,7 @@ static int mcp795_read_time(struct device *dev, struct rtc_time *tim)
                        tim->tm_year + 1900, tim->tm_mon, tim->tm_mday,
                        tim->tm_wday, tim->tm_hour, tim->tm_min, tim->tm_sec);
 
-       return rtc_valid_tm(tim);
+       return 0;
 }
 
 static int mcp795_set_alarm(struct device *dev, struct rtc_wkalrm *alm)