On Mon, Jul 29, 2013 at 07:27:32PM +0400, Alexander Shiyan wrote: > This patch fixes wrong dev_pm_ops which caused by commit: > serial: max310x: Driver rework. > > CC drivers/tty/serial/max310x.o > LD drivers/video/fb.o > CC drivers/w1/slaves/w1_ds2433.o > CC drivers/w1/slaves/w1_ds2760.o > CC drivers/xen/balloon.o > CC drivers/video/backlight/adp8870_bl.o > drivers/tty/serial/max310x.c:1292:8: warning: initialization from incompatible pointer type [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: (near initialization for 'max310x_pm_ops.suspend') [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: initialization from incompatible pointer type [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: (near initialization for 'max310x_pm_ops.resume') [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: initialization from incompatible pointer type [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: (near initialization for 'max310x_pm_ops.freeze') [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: initialization from incompatible pointer type [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: (near initialization for 'max310x_pm_ops.thaw') [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: initialization from incompatible pointer type [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: (near initialization for 'max310x_pm_ops.poweroff') [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: initialization from incompatible pointer type [enabled by default] > drivers/tty/serial/max310x.c:1292:8: warning: (near initialization for 'max310x_pm_ops.restore') [enabled by default] > > Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> You forgot to put in the "Reported-by:" line saying who told you about this problem... I'll go do it this time, but in the future, please be more careful. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html