]> www.infradead.org Git - users/mchehab/rasdaemon.git/commit
rasdaemon: fix some typos and cut/paste errors in sqlite bits
authorLuck, Tony <tony.luck@intel.com>
Mon, 7 Apr 2014 19:23:25 +0000 (12:23 -0700)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 26 Jun 2014 12:23:49 +0000 (09:23 -0300)
commitd3d336471119f16368e40b68643d9dd928be5385
tree786566249845493755b59c6fe5e6cd497faea0c3
parent570e51764a75ca30873d22a4aff466f371ad1ec6
rasdaemon: fix some typos and cut/paste errors in sqlite bits

aer event has the error_type as field 2 and msg as field 3 - but the calls
the sqlite3_bind_text use 3 and 4.

mce event forgot to declare the "mcastatus_msg"

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
ras-record.c