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:
711924b
)
I/OAT: fix null device in call to dev_err()
author
Shannon Nelson
<shannon.nelson@intel.com>
Tue, 18 Dec 2007 00:20:08 +0000
(16:20 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 18 Dec 2007 03:28:17 +0000
(19:28 -0800)
We can't use the device in a dev_err() after a kzalloc failure or after the
kfree, so simplify it to the pdev that was originally passed in.
Cc: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found