On Sat, 2017-04-15 at 18:47 +0300, Leon Romanovsky wrote: > The mthca driver didn't check supplied pointer to functions > mthca_cmd_poll() and mthca_cmd_wait(). This caused to the following > smatch errors: > > drivers/infiniband/hw/mthca/mthca_cmd.c:371 mthca_cmd_poll() error: > we previously assumed 'out_param' could be null (see line 353) > drivers/infiniband/hw/mthca/mthca_cmd.c:454 mthca_cmd_wait() error: > we previously assumed 'out_param' could be null (see line 432) > > In reality all callers of these functions are setting out_is_imm > flag are providing pointer too. However it is better to check > again to remove smatch errors to achieve warning free subsystem. > > Signed-off-by: Leon Romanovsky <leon@xxxxxxxxxx> Thanks, applied. -- Doug Ledford <dledford@xxxxxxxxxx> GPG KeyID: B826A3330E572FDD Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html