[PATCH V2 1/2] drivers/s390/cio/qdio_main.c: use unsigned int for count everywhere

2014-06-03 Thread Fabian Frederick
count was used unsigned int and int. Cc: Sebastian Ott Cc: Joe Perches Cc: Andrew Morton Signed-off-by: Fabian Frederick --- This is untested. V2: -count int -> unsigned int (suggested by Joe Perches) drivers/s390/cio/qdio_main.c | 32 ++-- 1 file changed, 18

[PATCH V2 1/2] drivers/s390/cio/qdio_main.c: use unsigned int for count everywhere

2014-06-03 Thread Fabian Frederick
count was used unsigned int and int. Cc: Sebastian Ott seb...@linux.vnet.ibm.com Cc: Joe Perches j...@perches.com Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- This is untested. V2: -count int - unsigned int (suggested by Joe Perches)