[PATCH v3 2/5] mailbox: Add support for ST's Mailbox IP

Jassi Brar jaswinder.singh at linaro.org
Fri Oct 2 02:42:05 PDT 2015


On 2 October 2015 at 15:02, Lee Jones <lee.jones at linaro.org> wrote:
> On Fri, 02 Oct 2015, Jassi Brar wrote:
>
>> On Wed, Aug 19, 2015 at 7:52 PM, Lee Jones <lee.jones at linaro.org> wrote:
>>
>> ....
>>
>> > +
>> > +#define MBOX_BASE(mdev, inst)   ((mdev)->base + (inst * 4))
>> >
>> It should be    (inst) * 4
>
> I'm guessing you mean:
>
>   ((mdev)->base + ((inst) * 4))
>
> ?
yes.



More information about the linux-arm-kernel mailing list