[PATCH 1/2] state: fix pointer signess mismach warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
---
 common/state.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/state.c b/common/state.c
index b677a9f01d25..637a15c66ad0 100644
--- a/common/state.c
+++ b/common/state.c
@@ -47,7 +47,7 @@ struct state {
 	struct list_head list;
 	struct state_backend *backend;
 	uint32_t magic;
-	unsigned int dirty;
+	int dirty;
 };
 
 struct state_backend {
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux