From 987558f81a1f0714d9e02b0895b9abd0e8b2713c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Wed, 22 Nov 2006 17:33:06 +0000 Subject: [PATCH] * Debug the debug printk (no comment) --- nbsmi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nbsmi.c b/nbsmi.c index c144dc5..996050c 100644 --- a/nbsmi.c +++ b/nbsmi.c @@ -822,6 +822,7 @@ static int omnibook_nbmsi_hotkeys_set(const struct omnibook_operation *io_op, un retval = nbsmi_smi_read_command(&hotkeys_op, &rdata); if(retval) goto out; + data_array[i] = rdata; if(rdata == data) { dprintk("check loop ok after %i iters\n.",i); retval = 0; -- 2.43.5