projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6]
/
arch
/
arm
/
mach-iop13xx
/
include
/
mach
/
adma.h
diff --git
a/arch/arm/mach-iop13xx/include/mach/adma.h
b/arch/arm/mach-iop13xx/include/mach/adma.h
index
60019c8
..
5722e86
100644
(file)
--- a/
arch/arm/mach-iop13xx/include/mach/adma.h
+++ b/
arch/arm/mach-iop13xx/include/mach/adma.h
@@
-404,7
+404,8
@@
static inline void iop_desc_set_next_desc(struct iop_adma_desc_slot *desc,
u32 next_desc_addr)
{
struct iop13xx_adma_desc_hw *hw_desc = desc->hw_desc;
- BUG_ON(hw_desc->next_desc);
+
+ iop_paranoia(hw_desc->next_desc);
hw_desc->next_desc = next_desc_addr;
}