commit | 40112ae7504745799e75ef418057f0d2cb745050 | [log] [tgz] |
---|---|---|
author | Corey Minyard <minyard@acm.org> | Tue Apr 21 12:24:03 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 21 13:41:48 2009 -0700 |
tree | f40db99519d3567e74fa699ff78a3e637df3dc2c | |
parent | 8b32b5d0dca2f5ab632e8bedcd57fe4c109c13fe [diff] |
ipmi: test for event buffer before using The IPMI driver would attempt to use the event buffer even if that didn't exist on the BMC. This patch modified the IPMI driver to check for the event buffer's existence before trying to use it. Signed-off-by: Corey Minyard <minyard@acm.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>