Changeset 2783

Show
Ignore:
Timestamp:
12/03/04 23:37:27 (9 years ago)
Author:
khali
Message:

Fix typo breaking compilation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/icspll.c

    r2781 r2783  
    140140 
    141141        /* Fill the new client structure with data */ 
    142         new_data = &data->client; 
     142        new_client = &data->client; 
    143143        new_client->data = data; 
    144144        new_client->id = icspll_id++;