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:
96b5a46
)
IB/mthca: Add missing sg_init_table() in mthca_map_user_db()
author
Roland Dreier
<rolandd@cisco.com>
Tue, 12 Feb 2008 22:38:22 +0000
(14:38 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 12 Feb 2008 22:38:22 +0000
(14:38 -0800)
Usually harmless, since the scatterlist is always hard-coded to a length
of 1, but it triggers a BUG() if CONFIG_DEBUG_SG=y, so we better fix it.
This fixes <http://bugzilla.kernel.org/show_bug.cgi?id=9934>.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found