From 30670539b867d08c1931abd4815699de5887ee58 Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Fri, 4 Jul 2014 23:09:49 +0530 Subject: [PATCH] spi: au1550: Fix bug in deallocation of memory This patch fixes a bug on the deallocation of memory allocated using request_mem_region, by using release_mem_region instead of release_resource and kfree. Signed-off-by: Himangi Saraogi Signed-off-by: Mark Brown --- Reading git-format-patch failed