summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAlexandra Winter <wintera@linux.ibm.com>2019-12-23 15:03:25 +0100
committerDavid S. Miller <davem@davemloft.net>2019-12-24 22:41:06 -0800
commitd1b9ae1864fc3c000e0eb4af8482d78c63e0915a (patch)
treeb011aa3bf6d4b5553c6094a05d4e8b0a4d7b1434 /tools/perf/scripts/python/export-to-postgresql.py
parente8a66d800471e2df7f0b484e2e46898b21d1fa82 (diff)
downloadkernel-d1b9ae1864fc3c000e0eb4af8482d78c63e0915a.tar.gz
s390/qeth: vnicc Fix init to default
During vnicc_init wanted_char should be compared to cur_char and not to QETH_VNICC_DEFAULT. Without this patch there is no way to enforce the default values as desired values. Note, that it is expected, that a card comes online with default values. This patch was tested with private card firmware. Fixes: caa1f0b10d18 ("s390/qeth: add VNICC enable/disable support") Signed-off-by: Alexandra Winter <wintera@linux.ibm.com> Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
ommit/drivers/i2c/busses/i2c-eg20t.c?h=linux-6.12.y&id=8a52f9f347da721b199b7f9dcc0168bbe7d0baae'>i2c-eg20t: change timeout value 50msec to 1000msecTomoya MORINAGA 2012-03-07i2c-eg20t: Remove write-only variablesAlexander Stein 2012-03-07i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait timeAlexander Stein 2012-01-17i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA 2012-01-17i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA 2012-01-17i2c-eg20t: modified the setting of transfer rate.Toshiharu Okada 2012-01-17i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus numberFeng Tang 2012-01-12i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin 2011-12-18i2c-eg20t: correct the driver init order of pch_i2c_probe()Feng Tang 2011-10-29i2c-eg20t: Add initialize processing in case i2c-error occursTomoya MORINAGA 2011-10-29i2c-eg20t: Fix flag setting issueTomoya MORINAGA 2011-10-29i2c-eg20t: add stop sequence in case wait-event timeout occursTomoya MORINAGA 2011-10-29i2c-eg20t: Separate error processingTomoya MORINAGA 2011-10-29i2c-eg20t: Fix 10bit access issueTomoya MORINAGA 2011-10-29i2c-eg20t: Modify returned value s32 to longTomoya MORINAGA 2011-10-29i2c-eg20t: Fix bus-idle waiting issueTomoya MORINAGA 2011-07-27i2c-eg20t : Fix the issue of Combined R/W transfer modeTomoya MORINAGA 2011-07-27i2c-eg20t : Support Combined R/W transfer modeTomoya MORINAGA