Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. drivers/char/ipmi: Use KCS_IDLE_STATE
  2.  
  3. KCS_IDLE and KCS_IDLE state have the same value, but in this function the
  4. constants ending in _STATE are compared to the state variable.
  5.  
  6. Signed-off-by: Julia Lawall <julia@diku.dk>
  7. Acked-by: Core Minyard <cminyard@mvista.com>
  8. Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  9. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  10. Signed-off-by: Naresh Bhat <nbhat@mvista.com>
  11.  
  12. # Please enter the commit message for your changes. Lines starting
  13. # with '#' will be ignored, and an empty message aborts the commit.
  14. #
  15. # Author: Julia Lawall <julia@diku.dk>
  16. #
  17. # Not currently on any branch.
  18. # Changes to be committed:
  19. # (use "git reset HEAD^1 <file>..." to unstage)
  20. #
  21. # modified: drivers/char/ipmi/ipmi_kcs_sm.c
  22. #
  23. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement