From a0a490f9df2bf7e077054c78221c6b5301681de6 Mon Sep 17 00:00:00 2001 From: Vikram Pandita Date: Mon, 8 Jul 2013 10:25:43 +0300 Subject: [PATCH] serial: omap: Initialize platform_data Otherwise serial driver would crash accessing platform_data that was not initialized in functions like: serial_omap_pm(...) ... if (!state && pdata->enable_wakeup) ^^^^^^^ ... Signed-off-by: Vikram Pandita Signed-off-by: Alexander Savchenko Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed