mmc: dw_mmc: check card present before starting request
[firefly-linux-kernel-4.4.55.git] / Documentation / eisa.txt
index f297fc1202ae41876e46161965d16065c7dbae66..a55e4910924ea98b71969381b47ec16d922ecbdc 100644 (file)
@@ -84,7 +84,7 @@ struct eisa_driver {
 
 id_table       : an array of NULL terminated EISA id strings,
                  followed by an empty string. Each string can
 
 id_table       : an array of NULL terminated EISA id strings,
                  followed by an empty string. Each string can
-                 optionally be paired with a driver-dependant value
+                 optionally be paired with a driver-dependent value
                  (driver_data).
 
 driver         : a generic driver, such as described in
                  (driver_data).
 
 driver         : a generic driver, such as described in
@@ -179,7 +179,7 @@ CONFIG_ALPHA_JENSEN or CONFIG_EISA_VLB_PRIMING are set.
 
 Converting an EISA driver to the new API mostly involves *deleting*
 code (since probing is now in the core EISA code). Unfortunately, most
 
 Converting an EISA driver to the new API mostly involves *deleting*
 code (since probing is now in the core EISA code). Unfortunately, most
-drivers share their probing routine between ISA, MCA and EISA. Special
+drivers share their probing routine between ISA, and EISA. Special
 care must be taken when ripping out the EISA code, so other busses
 won't suffer from these surgical strikes...
 
 care must be taken when ripping out the EISA code, so other busses
 won't suffer from these surgical strikes...