commit | 5fedc4a282f0c6f5be5e4bebc8840f6022153bb3 | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg@redhat.com> | Wed May 26 14:43:45 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 27 09:12:49 2010 -0700 |
tree | cdbfc893d5c98b106e22f7f0c3f81ea1b9023bcc | |
parent | 4de85cd6d6018825e19f76f1208775f23ecc393f [diff] |
ipmi: change addr_source to an enum rather than strings Switch from a char* to an enum to identify the address source of SIs, making it easier to handle them appropriately during registration. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>