Comment 15 for bug 537083

Revision history for this message
Jeremy Kerr (jk-ozlabs) wrote :

This patch fixes the problem for me. Please test & let me know the results.

From the patch comments:

[PATCH] leds-mc13892: fix suspend/resume

The workqueue update for the leds-mc13892 driver introduced a regression
where machine would no longer suspend and resume, as the wrong type was
being retrieved from the platform drvdata.

This change updates the suspend and resume functions to use the struct
mc13892_led type.

Signed-off-by: Jeremy Kerr <email address hidden>