Re: [PATCH] mmc: mmci_qcom_dml: fix is never less than zero warning.

2014-09-09 Thread Ulf Hansson
On 9 September 2014 10:34, Srinivas Kandagatla wrote: > This patch fixes a typo which resulted in 'is never less > than zero warning' reported by static checker. > > drivers/mmc/host/mmci_qcom_dml.c:131 dml_hw_init() > warn: unsigned 'producer_id' is never less than zero. > > drive

[PATCH] mmc: mmci_qcom_dml: fix is never less than zero warning.

2014-09-09 Thread Srinivas Kandagatla
This patch fixes a typo which resulted in 'is never less than zero warning' reported by static checker. drivers/mmc/host/mmci_qcom_dml.c:131 dml_hw_init() warn: unsigned 'producer_id' is never less than zero. drivers/mmc/host/mmci_qcom_dml.c 121 /* Initialize the dml hardware