diff options
Diffstat (limited to 'drivers/net/enic')
-rw-r--r-- | drivers/net/enic/vnic_rq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/enic/vnic_rq.h b/drivers/net/enic/vnic_rq.h index 2dc48f91abf7..4b6f0212c8a2 100644 --- a/drivers/net/enic/vnic_rq.h +++ b/drivers/net/enic/vnic_rq.h | |||
@@ -143,7 +143,7 @@ static inline void vnic_rq_post(struct vnic_rq *rq, | |||
143 | 143 | ||
144 | static inline int vnic_rq_posting_soon(struct vnic_rq *rq) | 144 | static inline int vnic_rq_posting_soon(struct vnic_rq *rq) |
145 | { | 145 | { |
146 | return ((rq->to_use->index & VNIC_RQ_RETURN_RATE) == 0); | 146 | return (rq->to_use->index & VNIC_RQ_RETURN_RATE) == 0; |
147 | } | 147 | } |
148 | 148 | ||
149 | static inline void vnic_rq_return_descs(struct vnic_rq *rq, unsigned int count) | 149 | static inline void vnic_rq_return_descs(struct vnic_rq *rq, unsigned int count) |