未验证 提交 f42a5298 编写于 作者: F Florian Fainelli

Merge tag 'bcm2835-drivers-next-2017-12-19' into drivers/next

This pull request brings in a (cosmetic) y2038 fix for the Raspberry
Pi firmware driver.
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
...@@ -174,7 +174,7 @@ rpi_firmware_print_firmware_revision(struct rpi_firmware *fw) ...@@ -174,7 +174,7 @@ rpi_firmware_print_firmware_revision(struct rpi_firmware *fw)
if (ret == 0) { if (ret == 0) {
struct tm tm; struct tm tm;
time_to_tm(packet, 0, &tm); time64_to_tm(packet, 0, &tm);
dev_info(fw->cl.dev, dev_info(fw->cl.dev,
"Attached to firmware from %04ld-%02d-%02d %02d:%02d\n", "Attached to firmware from %04ld-%02d-%02d %02d:%02d\n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册