diff options
-rw-r--r-- | drivers/video/sh_mobile_lcdcfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c index ab85ad6c25ec..2bcc84ac18c7 100644 --- a/drivers/video/sh_mobile_lcdcfb.c +++ b/drivers/video/sh_mobile_lcdcfb.c | |||
@@ -1227,7 +1227,7 @@ static void sh_mobile_lcdc_stop(struct sh_mobile_lcdc_priv *priv) | |||
1227 | /* Free the MERAM cache. */ | 1227 | /* Free the MERAM cache. */ |
1228 | if (ch->cache) { | 1228 | if (ch->cache) { |
1229 | sh_mobile_meram_cache_free(priv->meram_dev, ch->cache); | 1229 | sh_mobile_meram_cache_free(priv->meram_dev, ch->cache); |
1230 | ch->cache = 0; | 1230 | ch->cache = NULL; |
1231 | } | 1231 | } |
1232 | 1232 | ||
1233 | } | 1233 | } |