File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -159,8 +159,6 @@ static int command_abort(struct scsi_cmnd *srb)
159
159
struct rtsx_dev * dev = host_to_rtsx (host );
160
160
struct rtsx_chip * chip = dev -> chip ;
161
161
162
- dev_info (& dev -> pci -> dev , "%s called\n" , __func__ );
163
-
164
162
scsi_lock (host );
165
163
166
164
/* Is this command still active? */
@@ -186,10 +184,6 @@ static int command_abort(struct scsi_cmnd *srb)
186
184
*/
187
185
static int device_reset (struct scsi_cmnd * srb )
188
186
{
189
- struct rtsx_dev * dev = host_to_rtsx (srb -> device -> host );
190
-
191
- dev_info (& dev -> pci -> dev , "%s called\n" , __func__ );
192
-
193
187
return SUCCESS ;
194
188
}
195
189
@@ -968,8 +962,6 @@ static void rtsx_remove(struct pci_dev *pci)
968
962
{
969
963
struct rtsx_dev * dev = pci_get_drvdata (pci );
970
964
971
- dev_info (& pci -> dev , "%s called\n" , __func__ );
972
-
973
965
quiesce_and_remove_host (dev );
974
966
release_everything (dev );
975
967
pci_release_regions (pci );
You can’t perform that action at this time.
0 commit comments