diff options
Diffstat (limited to 'Documentation/i2c/writing-clients')
-rw-r--r-- | Documentation/i2c/writing-clients | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/i2c/writing-clients b/Documentation/i2c/writing-clients index e94d9c6cc522..cff7b652588a 100644 --- a/Documentation/i2c/writing-clients +++ b/Documentation/i2c/writing-clients | |||
@@ -273,6 +273,7 @@ For now, you can ignore the `flags' parameter. It is there for future use. | |||
273 | if (is_isa) { | 273 | if (is_isa) { |
274 | 274 | ||
275 | /* Discard immediately if this ISA range is already used */ | 275 | /* Discard immediately if this ISA range is already used */ |
276 | /* FIXME: never use check_region(), only request_region() */ | ||
276 | if (check_region(address,FOO_EXTENT)) | 277 | if (check_region(address,FOO_EXTENT)) |
277 | goto ERROR0; | 278 | goto ERROR0; |
278 | 279 | ||