Hi all, After merging the char-misc tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/char/bsr.c: In function 'bsr_init': drivers/char/bsr.c:301:13: error: 'err' undeclared (first use in this function) 301 | if (err) | ^~~ drivers/char/bsr.c:301:13: note: each undeclared identifier is reported only once for each function it appears in Caused by commit e55ce9fd3d8f ("bsr: make bsr_class a static const structure") I have reverted that commit for today. -- Cheers, Stephen Rothwell