mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 22:11:16 +02:00
rtc: ds3231/ds3232: fix coding style
The patch fixes coding style Signed-off-by: Biwen Li <biwen.li@nxp.com>
This commit is contained in:
@@ -260,10 +260,11 @@ int rtc_enable_32khz_output(int busnum, int chip_addr)
|
|||||||
struct udevice *dev;
|
struct udevice *dev;
|
||||||
|
|
||||||
ret = i2c_get_chip_for_busnum(busnum, chip_addr, 1, &dev);
|
ret = i2c_get_chip_for_busnum(busnum, chip_addr, 1, &dev);
|
||||||
if (!ret)
|
if (!ret) {
|
||||||
ret = dm_i2c_reg_write(dev, RTC_STAT_REG_ADDR,
|
ret = dm_i2c_reg_write(dev, RTC_STAT_REG_ADDR,
|
||||||
RTC_STAT_BIT_BB32KHZ |
|
RTC_STAT_BIT_BB32KHZ |
|
||||||
RTC_STAT_BIT_EN32KHZ);
|
RTC_STAT_BIT_EN32KHZ);
|
||||||
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user