From 87bd1c925040d97927c6f6b7fe41a487c7d976ef Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Thu, 28 Aug 2014 11:01:15 +0100 Subject: [PATCH] mfd: max8925-i2c: Fix variable length array Sparse warning The largest byte size in use currently is 8. Fix array size to 9. drivers/mfd/max8925-i2c.c:40:33: warning: Variable length array is used Signed-off-by: Lee Jones --- Reading git-format-patch failed