]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PNP / resources: remove positive test on unsigned values
authorFabian Frederick <fabf@skynet.be>
Sat, 10 May 2014 10:47:15 +0000 (12:47 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 10 May 2014 11:46:37 +0000 (13:46 +0200)
commitff73b80d64bb2d3324ae85c3b7e953a0a17d7171
treec503e8b3f6c5dae68bd24a1c3e558d94c1881b9e
parentd6d211db37e75de2ddc3a4f979038c40df7cc79c
PNP / resources: remove positive test on unsigned values

irq and dma are both resource_size_t (derived from phys_addr_t <-> unsigned)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/pnp/resource.c