On Thu, Aug 19, 2010 at 05:19:42AM -0700, Ron Mercer wrote: > On Thu, Aug 19, 2010 at 03:02:15AM -0700, Dan Carpenter wrote: > > There was a dereference before NULL check issue introduced in 1e213303d > > "qlge: Add tx multiqueue support." I've pulled the NULL check of > > "net_rsp" forward a couple lines to restore the original semantics. > > > > net_rsp is initialized to NULL and will never be NULL if entries are > processed. It should be fine as it is currently coded. > On second thought you are right but the early exit should be above the index write. ql_write_cq_idx(rx_ring); -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html