From 9b731118f9d42b2f4ebd3528ef3e4f9496461082 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 26 Feb 2014 14:53:52 +0100 Subject: usb: dfu: Fix spelling of flag name DFU_FLAG_SAVE should really be named DFU_FLAG_SAFE. Signed-off-by: Sascha Hauer --- include/usb/dfu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/usb/dfu.h b/include/usb/dfu.h index 698ba9d5a1..00031e7da7 100644 --- a/include/usb/dfu.h +++ b/include/usb/dfu.h @@ -22,7 +22,7 @@ #include -#define DFU_FLAG_SAVE (1 << 0) +#define DFU_FLAG_SAFE (1 << 0) #define DFU_FLAG_READBACK (1 << 1) struct usb_dfu_dev { -- cgit v1.2.3