+static int bpmp_populate_dir(struct tegra_bpmp *bpmp, struct seqbuf
*seqbuf,
+ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ struct dentry *parent, uint32_t depth)
Do we need to use uint32_t here?
+{
+ÂÂÂ int err;
+ÂÂÂ uint32_t d, t;
And here?
It's part of the BPMP ABI that the data passed is 32 bit unsigned
integer. I wanted to emphasise that with the choice of integer type. Or
did you mean why I did not use u32?
Yes why not just u32?