From 4e0d8cc1006b889909a87f824943bad9a56358e8 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Tue, 23 Aug 2011 22:15:35 +0300 Subject: [PATCH] bcma: signedness bug in bcma_get_next_core() The u32 would never be less than zero so the error handling would break. I changed it to s32 to match how bcma_erom_get_mst_port() is declared. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-format-patch failed