git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a59ef
)
dmaengine/amba-pl08x: No need to check "ch->signal < 0"
author
Viresh Kumar
<viresh.kumar@st.com>
Fri, 5 Aug 2011 10:02:35 +0000
(15:32 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Thu, 25 Aug 2011 14:03:38 +0000
(19:33 +0530)
We have just executed following in pl08x_get_phy_channel():
ch->signal = -1;
We don't have to compare "ch->signal < 0", as this will always be true.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/amba-pl08x.c
patch
|
blob
|
history
diff --cc
drivers/dma/amba-pl08x.c
Simple merge