The oops seems to be due to "wave_dev->woinst" being NULL.
Can you try just adding the line
	if (!woinst)
		return;
to the top of the function (just before the "spin_lock_irqsave()"). Does
that fix it for you?
		Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/