10.11.2015 23:16, Thomas Huth wrote: > Some functions in QEMU have a "return;" statement at the > very end of a function with "void" return type, i.e. the > return statement is superfluous. This patch series removes > some of them. > > Thomas Huth (4): > hw/ide: Remove superfluous return statements > hw/acpi: Remove superfluous return statement > hw/s390x: Remove superfluous return statements > hw/core/qdev: Remove superfluous return statement
(Finally!) applied to -trivial, after removing changes to hw/s390x/event-facility.c from hw/s390x patch as discussed before. Thank you, and please excuse me it took so long :) /mjt