History log of /openbmc/ipmitool/lib/ipmi_fwum.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 2d79e69f 25-Jul-2015 Zdenek Styblik <stybla@turnovfree.net>

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal there was an error during
execution.

show more ...


# 33f9336e 17-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix compiler warnings

Commit removes all unused variables reported by compiler.


# 8775af38 30-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Remove dead code - rsp can't be NULL at this point - CID#1149005


# fb69b5dc 30-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Fix Assign instead of compare in KfwumGetDeviceInfo() - CID#1149034


# 6d25903a 24-May-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 317 - ipmi_fwum.c: fix typo


# c18ec02f 05-Feb-2014 Petter Reinholdtsen <pere@hungry.com>

Move all files one level up in the file hierarcy, to avoid the useless ipmitool directory.