Commit cc5b392d authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Greg Kroah-Hartman
Browse files
parent 33a43041
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ static int pvpanic_mmio_probe(struct platform_device *pdev)
	pi->base = base;
	pi->capability = PVPANIC_PANICKED | PVPANIC_CRASH_LOADED;

	/* initlize capability by RDPT */
	/* initialize capability by RDPT */
	pi->capability &= ioread8(base);
	pi->events = pi->capability;

+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ pvpanic_panic_notify(struct notifier_block *nb, unsigned long code,

static struct notifier_block pvpanic_panic_nb = {
	.notifier_call = pvpanic_panic_notify,
	.priority = 1, /* let this called before broken drm_fb_helper */
	.priority = 1, /* let this called before broken drm_fb_helper() */
};

static void pvpanic_remove(void *param)