From: Mathieu BĂ©rard Date: Wed, 22 Nov 2006 17:33:06 +0000 (+0000) Subject: * Debug the debug printk (no comment) X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=987558f81a1f0714d9e02b0895b9abd0e8b2713c;p=omnibook.git * Debug the debug printk (no comment) --- 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;