Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" condition

test.
This commit is contained in:
obrien 2008-11-14 01:53:10 +00:00
parent ea0b860502
commit 4950c07888

View File

@ -402,7 +402,7 @@ ipmi_ioctl(struct cdev *cdev, u_long cmd, caddr_t data,
if (recv->msg.data_len < len &&
(cmd == IPMICTL_RECEIVE_MSG
#ifdef IPMICTL_RECEIVE_MSG_32
|| cmd == IPMICTL_RECEIVE_MSG
|| cmd == IPMICTL_RECEIVE_MSG_32
#endif
)) {
IPMI_UNLOCK(sc);