On Thu, Aug 06, 2015 at 07:01:56PM +0100, Mark Brown wrote:
On Thu, Aug 06, 2015 at 12:00:47PM +0100, Build bot for Mark Brown wrote:
Today's linux-next fails to build an ARM allmodconfig with:
../drivers/iommu/omap-iommu-debug.c:138:2: error: void value not ignored as it ought to be
caused by a combination of 1ba2f20ac (fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void) which made seq_printf() return void and e203db293863fa15 (iommu/omap: Fix debug_read_tlb() to use seq_printf()) which has been in -next for a little while now.
Whoops. Thanks for the report, I'll fix it tomorrow.
Joerg