From aad8b544d56557730e5a585896ccaa60a7662a45 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Mon, 23 Aug 2010 20:50:16 +0200 Subject: Fix ioctl direction --- ncr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncr.h b/ncr.h index 180aa3a..e6c1136 100644 --- a/ncr.h +++ b/ncr.h @@ -167,7 +167,7 @@ struct ncr_key_export { /* import a secret key */ #define NCRIO_KEY_IMPORT _IOWR('c', 210, struct ncr_key_import) -#define NCRIO_KEY_DEINIT _IOR ('c', 215, ncr_key_t) +#define NCRIO_KEY_DEINIT _IOW('c', 215, ncr_key_t) /* Key wrap ioctls */ -- cgit