lkml.org 
[lkml]   [2020]   [Jul]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 20/29] scsi: aic7xxx: aic7xxx_osm: Remove unused variable 'targ'
    Date
    Looks like checking the 'targ' was removed in 2005.

    Fixes the following W=1 kernel build warning(s):

    drivers/scsi/aic7xxx/aic7xxx_osm.c: In function ‘ahc_send_async’:
    drivers/scsi/aic7xxx/aic7xxx_osm.c:1604:28: warning: variable ‘targ’ set but not used [-Wunused-but-set-variable]
    1604 | struct ahc_linux_target *targ;
    | ^~~~

    Cc: Hannes Reinecke <hare@suse.com>
    Cc: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
    Cc: Doug Ledford <dledford@redhat.com>
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    ---
    drivers/scsi/aic7xxx/aic7xxx_osm.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.c b/drivers/scsi/aic7xxx/aic7xxx_osm.c
    index cc4c7b1781466..ed437c16de881 100644
    --- a/drivers/scsi/aic7xxx/aic7xxx_osm.c
    +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.c
    @@ -1592,7 +1592,6 @@ ahc_send_async(struct ahc_softc *ahc, char channel,
    case AC_TRANSFER_NEG:
    {
    struct scsi_target *starget;
    - struct ahc_linux_target *targ;
    struct ahc_initiator_tinfo *tinfo;
    struct ahc_tmode_tstate *tstate;
    int target_offset;
    @@ -1626,7 +1625,6 @@ ahc_send_async(struct ahc_softc *ahc, char channel,
    starget = ahc->platform_data->starget[target_offset];
    if (starget == NULL)
    break;
    - targ = scsi_transport_target_data(starget);

    target_ppr_options =
    (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-07-13 09:48    [W:2.205 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site