projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd03ac
)
target/user: Remove unused variable
author
Andy Grover
<agrover@redhat.com>
Thu, 3 Sep 2015 23:03:42 +0000
(16:03 -0700)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Fri, 11 Sep 2015 07:32:30 +0000
(
00:32
-0700)
We don't use it any more.
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_user.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/target/target_core_user.c
b/drivers/target/target_core_user.c
index c448ef421ce779347973579654b36fb7107043f6..9fd50be4aab651c0d42fe578271e59722c21af3b 100644
(file)
--- a/
drivers/target/target_core_user.c
+++ b/
drivers/target/target_core_user.c
@@
-577,7
+577,6
@@
static void tcmu_handle_completion(struct tcmu_cmd *cmd, struct tcmu_cmd_entry *
static unsigned int tcmu_handle_completions(struct tcmu_dev *udev)
{
struct tcmu_mailbox *mb;
- LIST_HEAD(cpl_cmds);
unsigned long flags;
int handled = 0;