4 Feb
2016
4 Feb
'16
12:24 p.m.
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.