diff options
author | Kristina Martšenko <kristina.martsenko@gmail.com> | 2014-03-25 01:45:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-16 20:12:55 -0700 |
commit | 67c20cfbce53cf6df28681939d9a9621d2a85dfc (patch) | |
tree | e52bbfc0e3923deddedec8fbae9d73337cb3e884 /drivers/staging/goldfish/README | |
parent | dff222670ebebf1a7f147a23ccb5fc0312f2ae7e (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/README | 1 |
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) |