4 Feb
2016
4 Feb
'16
5:03 p.m.
On Thu, Feb 04, 2016 at 11:24:36AM +0000, Mark Brown wrote:
On Wed, Feb 03, 2016 at 05:59:45PM +0530, Vinod Koul wrote:
- delay = (hstream->bufsize == delay) ? 0 : delay;
Please don't abuse the ternery operator, if you're not inserting it into the middle of another expression there's no reason not to use a normal if statement.
Ah okay. Sure I will send an update to modify this
Thanks
--
~Vinod