|
@@ -1000,7 +1000,7 @@ static int esp_check_spur_intr(struct esp *esp)
|
|
|
|
|
|
static void esp_schedule_reset(struct esp *esp)
|
|
|
{
|
|
|
- esp_log_reset("ESP: esp_schedule_reset() from %p\n",
|
|
|
+ esp_log_reset("ESP: esp_schedule_reset() from %pf\n",
|
|
|
__builtin_return_address(0));
|
|
|
esp->flags |= ESP_FLAG_RESETTING;
|
|
|
esp_event(esp, ESP_EVENT_RESET);
|