hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/arm/mach-omap1/timer.c
....@@ -6,7 +6,7 @@
66 * device model. It also has a low level function to change the timer
77 * input clock source.
88 *
9
- * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
9
+ * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
1010 * Tarun Kanti DebBarma <tarun.kanti@ti.com>
1111 * Thara Gopinath <thara@ti.com>
1212 *
....@@ -165,7 +165,7 @@
165165 kfree(pdata);
166166
167167 err_free_pdev:
168
- platform_device_unregister(pdev);
168
+ platform_device_put(pdev);
169169
170170 return ret;
171171 }