On Wed, Jun 11, 2014 at 09:50:18AM +0200, Matthias Beyer wrote:
> Signed-off-by: Matthias Beyer <m...@beyermatthias.de>
> ---
>  drivers/staging/bcm/InterfaceInit.c | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/drivers/staging/bcm/InterfaceInit.c 
> b/drivers/staging/bcm/InterfaceInit.c
> index d61a688..039408d 100644
> --- a/drivers/staging/bcm/InterfaceInit.c
> +++ b/drivers/staging/bcm/InterfaceInit.c
> @@ -28,28 +28,28 @@ static int InterfaceAdapterInit(struct 
> bcm_interface_adapter *Adapter);
>  static void InterfaceAdapterFree(struct bcm_interface_adapter *psIntfAdapter)
>  {
>       int i = 0;
> +     struct bcm_mini_adapter *ps_ad = psIntfAdapter->ps_adapter;

You just did a sed on the patch and your sed broke.  This doesn't
compile...  Slow down!  Normally, I write my patches, wait overnight,
and then send them the next day.  That way I can review it with fresh
eyes.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to