summaryrefslogtreecommitdiff
path: root/drivers/staging/goldfish/README
diff options
context:
space:
mode:
authorKristina Martšenko <kristina.martsenko@gmail.com>2014-03-25 01:45:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-16 20:12:55 -0700
commit67c20cfbce53cf6df28681939d9a9621d2a85dfc (patch)
treee52bbfc0e3923deddedec8fbae9d73337cb3e884 /drivers/staging/goldfish/README
parentdff222670ebebf1a7f147a23ccb5fc0312f2ae7e (diff)
staging: goldfish: switch from spinlock to mutex
Use a mutex instead of a spinlock in goldfish_nand.c, as suggested by the TODO list. Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/goldfish/README')
-rw-r--r--drivers/staging/goldfish/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/goldfish/README b/drivers/staging/goldfish/README
index 93d65b0f0f83..183af0053234 100644
--- a/drivers/staging/goldfish/README
+++ b/drivers/staging/goldfish/README
@@ -5,7 +5,6 @@ Audio
NAND
----
-- Switch from spinlock to mutex
- Remove excess checking of parameters in calls
- Use dma coherent memory not kmalloc/__pa for the memory (this is just
a cleanliness issue not a correctness one)