Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux-2.6-block.git] / drivers / usb / host / xhci-tegra.c
index 4c8c60ba817a63f8a08476ee96a113db012fc548..575fa89a783f951a5b1e2b4a904348735b983c3f 100644 (file)
@@ -890,7 +890,6 @@ static int tegra_xusb_load_firmware(struct tegra_xusb *tegra)
        struct xhci_op_regs __iomem *op;
        unsigned long timeout;
        time64_t timestamp;
-       struct tm time;
        u64 address;
        u32 value;
        int err;
@@ -987,11 +986,8 @@ static int tegra_xusb_load_firmware(struct tegra_xusb *tegra)
        }
 
        timestamp = le32_to_cpu(header->fwimg_created_time);
-       time64_to_tm(timestamp, 0, &time);
 
-       dev_info(dev, "Firmware timestamp: %ld-%02d-%02d %02d:%02d:%02d UTC\n",
-                time.tm_year + 1900, time.tm_mon + 1, time.tm_mday,
-                time.tm_hour, time.tm_min, time.tm_sec);
+       dev_info(dev, "Firmware timestamp: %ptTs UTC\n", &timestamp);
 
        return 0;
 }