1. 24 7月, 2015 1 次提交
    • D
      RDMA/ocrdma: update ocrdma license to dual-license · 71ee6730
      Devesh Sharma 提交于
      Change of license from GPLv2 to dual-license (GPLv2 and BSD 2-Clause)
      
      All contributors were contacted off-list and permission to make this
      change was received.  The complete list of contributors are Cc:ed here.
      
      Cc: Tejun Heo <tj@kernel.org>
      Cc: Duan Jiong <duanj.fnst@cn.fujitsu.com>
      Cc: Roland Dreier <roland@purestorage.com>
      Cc: Jes Sorensen <Jes.Sorensen@redhat.com>
      Cc: Sasha Levin <levinsasha928@gmail.com>
      Cc: Dan Carpenter <dan.carpenter@oracle.com>
      Cc: Prarit Bhargava <prarit@redhat.com>
      Cc: Colin Ian King <colin.king@canonical.com>
      Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
      Cc: Moni Shoua <monis@mellanox.com>
      Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
      Cc: Li RongQing <roy.qing.li@gmail.com>
      Cc: Devendra Naga <devendra.aaru@gmail.com>
      Signed-off-by: NDevesh Sharma <devesh.sharma@avagotech.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      71ee6730
  2. 13 6月, 2015 2 次提交
  3. 11 6月, 2015 1 次提交
  4. 02 6月, 2015 1 次提交
  5. 21 5月, 2015 1 次提交
  6. 19 5月, 2015 1 次提交
  7. 18 5月, 2015 2 次提交
  8. 19 2月, 2015 10 次提交
  9. 16 12月, 2014 2 次提交
  10. 11 10月, 2014 1 次提交
  11. 20 9月, 2014 2 次提交
  12. 01 9月, 2014 1 次提交
  13. 13 8月, 2014 1 次提交
  14. 02 8月, 2014 5 次提交
  15. 03 4月, 2014 8 次提交
  16. 18 3月, 2014 1 次提交
    • P
      RDMA/ocrdma: Fix compiler warning · bc1b04ab
      Prarit Bhargava 提交于
      drivers/infiniband/hw/ocrdma/ocrdma_verbs.c: In function ‘_ocrdma_modify_qp’:
      drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1299:31: error: ‘old_qps’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
        status = ocrdma_mbx_modify_qp(dev, qp, attr, attr_mask, old_qps);
      
      ocrdma_mbx_modify_qp() (and subsequent calls) doesn't appear to use old_qps
      so it doesn't need to be passed on.  Removing the variable results in the
      warning going away.
      Signed-off-by: NPrarit Bhargava <prarit@redhat.com>
      Acked-by: Devesh Sharma (Devesh.sharma@emulex.com)
      Signed-off-by: NRoland Dreier <roland@purestorage.com>
      bc1b04ab