fwbank: redirect unused logs to '/dev/null' in order to fix ubus output
In the current implementation of 'set_bootbank' method, boot switching between banks works fine but we don't get the ubus result because there are some logs coming from 'set_bootbank' function. so the solution is to redirect unused logs to '/dev/null' in order to get the ubus result.