Re: [PATCH] mtip32xx: dynamically allocate buffer in debugfs functions

2013-09-17 Thread Jens Axboe
On 09/17/2013 12:18 PM, Asai Thambi S P wrote: > On 07/12/2013 3:59 PM, Asai Thambi S P wrote: >> On 5/23/2013 2:23 PM, David Milburn wrote: >> >>> Dynamically allocate buf to prevent warnings: >>> >>> drivers/block/mtip32xx/mtip32xx.c: In function >>> ‘mtip_hw_read_device_status’: >>>

Re: [PATCH] mtip32xx: dynamically allocate buffer in debugfs functions

2013-09-17 Thread Asai Thambi S P
On 07/12/2013 3:59 PM, Asai Thambi S P wrote: On 5/23/2013 2:23 PM, David Milburn wrote: Dynamically allocate buf to prevent warnings: drivers/block/mtip32xx/mtip32xx.c: In function ‘mtip_hw_read_device_status’: drivers/block/mtip32xx/mtip32xx.c:2823: warning: the frame size of 1056 bytes is

Re: [PATCH] mtip32xx: dynamically allocate buffer in debugfs functions

2013-09-17 Thread Asai Thambi S P
On 07/12/2013 3:59 PM, Asai Thambi S P wrote: On 5/23/2013 2:23 PM, David Milburn wrote: Dynamically allocate buf to prevent warnings: drivers/block/mtip32xx/mtip32xx.c: In function ‘mtip_hw_read_device_status’: drivers/block/mtip32xx/mtip32xx.c:2823: warning: the frame size of 1056 bytes is

Re: [PATCH] mtip32xx: dynamically allocate buffer in debugfs functions

2013-09-17 Thread Jens Axboe
On 09/17/2013 12:18 PM, Asai Thambi S P wrote: On 07/12/2013 3:59 PM, Asai Thambi S P wrote: On 5/23/2013 2:23 PM, David Milburn wrote: Dynamically allocate buf to prevent warnings: drivers/block/mtip32xx/mtip32xx.c: In function ‘mtip_hw_read_device_status’:

Re: [PATCH] mtip32xx: dynamically allocate buffer in debugfs functions

2013-07-12 Thread Asai Thambi S P
On 5/23/2013 2:23 PM, David Milburn wrote: > Dynamically allocate buf to prevent warnings: > > drivers/block/mtip32xx/mtip32xx.c: In function ‘mtip_hw_read_device_status’: > drivers/block/mtip32xx/mtip32xx.c:2823: warning: the frame size of 1056 bytes > is larger than 1024 bytes >

Re: [PATCH] mtip32xx: dynamically allocate buffer in debugfs functions

2013-07-12 Thread Asai Thambi S P
On 5/23/2013 2:23 PM, David Milburn wrote: Dynamically allocate buf to prevent warnings: drivers/block/mtip32xx/mtip32xx.c: In function ‘mtip_hw_read_device_status’: drivers/block/mtip32xx/mtip32xx.c:2823: warning: the frame size of 1056 bytes is larger than 1024 bytes

[PATCH] mtip32xx: dynamically allocate buffer in debugfs functions

2013-05-23 Thread David Milburn
Dynamically allocate buf to prevent warnings: drivers/block/mtip32xx/mtip32xx.c: In function ‘mtip_hw_read_device_status’: drivers/block/mtip32xx/mtip32xx.c:2823: warning: the frame size of 1056 bytes is larger than 1024 bytes drivers/block/mtip32xx/mtip32xx.c: In function

[PATCH] mtip32xx: dynamically allocate buffer in debugfs functions

2013-05-23 Thread David Milburn
Dynamically allocate buf to prevent warnings: drivers/block/mtip32xx/mtip32xx.c: In function ‘mtip_hw_read_device_status’: drivers/block/mtip32xx/mtip32xx.c:2823: warning: the frame size of 1056 bytes is larger than 1024 bytes drivers/block/mtip32xx/mtip32xx.c: In function