Rockpi 1G spam syslog "brcm_patchram_plus1"

can anyone tell me why and how to disable this spam happening in syslog ???
I am using Debian Desktop Official…

Oct 15 21:33:41 rock1g brcm_patchram_plus1[953]: writing
Oct 15 21:33:41 rock1g brcm_patchram_plus1[953]: 01 03 0c 00
Oct 15 21:33:45 rock1g brcm_patchram_plus1[953]: writing
Oct 15 21:33:45 rock1g brcm_patchram_plus1[953]: 01 03 0c 00
Oct 15 21:33:49 rock1g brcm_patchram_plus1[953]: writing
Oct 15 21:33:49 rock1g brcm_patchram_plus1[953]: 01 03 0c 00
Oct 15 21:33:53 rock1g brcm_patchram_plus1[953]: writing

Thank you for pointing out the problem. It’s our negligence. We will fix it in the next release.

Now, you can fix it as follows:

Edit rockpi-bt.service through

sudo nano /etc/systemd/system/rockpi-bt.service

Add the following at the end of the file

[Service]
StandardOutput=null

rm /var/log/syslog and reboot.