SIGN IN SIGN UP

oem-ibm: Fix null buffer check in PCIeInfoHandler::write

The write operation is currently guarded by an inverted null
check, causing valid buffers to be ignored while allowing a
null pointer to be passed to pcieData.write().
Perform the write only when a valid buffer is provided.

Change-Id: Ib10401a2a239ee27cd819db6654928d4fbf99665
Signed-off-by: Meghana Vangapandu <meghanav@ami.com>
M
Meghana Vangapandu committed
fef35d5c18ef0342e54c9856ab0181bb49c05b35
Parent: 039648e
Committed by ManojKiran Eda <manojkiran.eda@gmail.com> on 8/17/2026, 8:25:13 AM