Hello,
In reply to the patch that became commit 0636e6205bee ("fbdev: au1100fb:
Check return value of clk_enable() in .resume()") I pointed out that the
driver uses global data in .suspend() and .resume(). Helge asked Chen if
they want to address it, but up to now there was no reply. So to get
this thread out of my inbox I address the issue here. While working on
that I found another two variables affected and instead of installing a
mips compiler added COMPILE_TEST support (which revealed several
warnings fixed in patch #1 when compiled for ARCH=arm).
Uwe Kleine-König (3):
fbdev: au1100fb: Mark several local functions as static
fbdev: au1100fb: Make driver compilable on non-mips platforms
fbdev: au1100fb: Don't store device specific data in global variables
drivers/video/fbdev/Kconfig | 3 +-
drivers/video/fbdev/au1100fb.c | 86 +++++++++++++++++-----------------
drivers/video/fbdev/au1100fb.h | 7 ++-
3 files changed, 49 insertions(+), 47 deletions(-)
base-commit: 0636e6205beed850d985276dc56fd73d785bea5c
--
2.47.3