msm_serial: Remove redundant unlikely()
commitdc6bbc991b0c408daad5df43e5851f1d369e50f7
authorTobias Klauser <tklauser@distanz.ch>
Thu, 9 Dec 2010 14:51:32 +0000 (9 15:51 +0100)
committerDavid Brown <davidb@codeaurora.org>
Thu, 9 Dec 2010 21:38:45 +0000 (9 13:38 -0800)
treed1fa1bbd64be91510bb34a99de4f252283e9ab7c
parent33069739d1c2f03734d5b5b003593e9552d412c1
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