]> git.baikalelectronics.ru Git - kernel.git/commit
msm_serial: Remove redundant unlikely()
authorTobias Klauser <tklauser@distanz.ch>
Thu, 9 Dec 2010 14:51:32 +0000 (15:51 +0100)
committerDavid Brown <davidb@codeaurora.org>
Thu, 9 Dec 2010 21:38:45 +0000 (13:38 -0800)
commitdb092a8e6bf89426b509661e70afb576376406fd
treed1fa1bbd64be91510bb34a99de4f252283e9ab7c
parentae8475428556ed1b714cc194a9ba366d73fc8a6d
msm_serial: Remove redundant unlikely()

IS_ERR() already implies unlikely(), so it can be omitted here.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David Brown <davidb@codeaurora.org>
drivers/serial/msm_serial.c