[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <adaws2468tq.fsf@roland-alpha.cisco.com>
Date: Thu, 05 Nov 2009 12:00:17 -0800
From: Roland Dreier <rdreier@...co.com>
To: Yevgeny Petrilin <yevgenyp@...lanox.co.il>
Cc: linux-rdma@...r.kernel.org, netdev@...r.kernel.org,
liranl@...lanox.co.il, tziporet@...lanox.co.il
Subject: Re: [PATCH 08/25] mlx4_core: fix buggy parsing of reserved eq cap
> - dev_cap->reserved_eqs = 1 << (field & 0xf);
> + dev_cap->reserved_eqs = field & 0xf;
This patch looks good to apply right now. Is it OK for me to make this
"From: Liran Liss <liranl@...lanox.co.il>" and add "Signed-off-by:
Yevgeny Petrilin <yevgenyp@...lanox.co.il>"?
- R.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists