From 63b9d388208deef37cd80f5263e7316e8cbf1cb2 Mon Sep 17 00:00:00 2001 From: Erik Hovland Date: Tue, 30 Sep 2008 14:05:32 -0700 Subject: [PATCH] Makes sure a value is returned by the function. A function can compile without returning something always. Signed-off-by: Erik Hovland Signed-off-by: Dan Dennedy --- src/fw-iso.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fw-iso.c b/src/fw-iso.c index 8c0dc6b..a2ea38f 100644 --- a/src/fw-iso.c +++ b/src/fw-iso.c @@ -76,6 +76,7 @@ queue_packet(fw_handle_t handle, if (err < 0) return -1; } + return 0; } static int