On Mon, 2014-09-08 at 18:28 -0400, Alex Deucher wrote:
> On Thu, Sep 4, 2014 at 8:44 AM, Andy Shevchenko
> wrote:
> > There is no need to use hex_dump_to_buffer() since we have a kernel helper
> > to
> > dump up to 64 bytes just via printk(). In our case the actual size is 15
> > bytes.
> >
> >
On Tue, Sep 9, 2014 at 4:14 AM, Andy Shevchenko
wrote:
> On Mon, 2014-09-08 at 18:28 -0400, Alex Deucher wrote:
>> On Thu, Sep 4, 2014 at 8:44 AM, Andy Shevchenko
>> wrote:
>> > There is no need to use hex_dump_to_buffer() since we have a kernel helper
>> > to
>> > dump up to 64 bytes just via p
On Thu, Sep 4, 2014 at 8:44 AM, Andy Shevchenko
wrote:
> There is no need to use hex_dump_to_buffer() since we have a kernel helper to
> dump up to 64 bytes just via printk(). In our case the actual size is 15
> bytes.
>
> Signed-off-by: Andy Shevchenko
Patch generates the following warning:
There is no need to use hex_dump_to_buffer() since we have a kernel helper to
dump up to 64 bytes just via printk(). In our case the actual size is 15 bytes.
Signed-off-by: Andy Shevchenko
---
drivers/gpu/drm/radeon/atombios_dp.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff