IB: Replace remaining __FUNCTION__ occurrences with __func__
__FUNCTION__ is gcc-specific, use __func__ instead. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
committed by
Roland Dreier
parent
e8e91f6b4d
commit
3371836383
@@ -303,7 +303,7 @@ void nes_rem_ref(struct ib_qp *ibqp)
|
||||
|
||||
if (atomic_read(&nesqp->refcount) == 0) {
|
||||
printk(KERN_INFO PFX "%s: Reference count already 0 for QP%d, last aeq = 0x%04X.\n",
|
||||
__FUNCTION__, ibqp->qp_num, nesqp->last_aeq);
|
||||
__func__, ibqp->qp_num, nesqp->last_aeq);
|
||||
BUG();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user