summaryrefslogtreecommitdiff
path: root/str.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-02str: Add function for converting string into DNS nameVadim Kochan1-0/+1
2016-01-28str: Add str2mac helper functionVadim Kochan1-0/+3
2015-12-17str: Add helper to extend dynamically argv listVadim Kochan1-0/+2
2015-11-09str: Add converting cmdline args vector to str moduleVadim Kochan1-0/+1
2013-06-04xutils: break out string handling and lockingDaniel Borkmann1-0/+12
cc479725867b9fd9a4d98f41350f&id2=a48ed867153c6d2f6d058267213a82dbd8b6737a'>diff)
s390/qdio: fix double return code evaluation
qdio sometimes checks return codes twice. First with the ccw device's lock held and then a 2nd time after the lock is released. Simplify the code by releasing the lock earlier and unify the return code evaluation. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Reviewed-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat