Skip to content
Commit a804b574 authored by Dominik Brodowski's avatar Dominik Brodowski
Browse files

pcmcia: add pcmcia_loop_config() helper



By calling pcmcia_loop_config(), a pcmcia driver can iterate over all
available configuration options. During a driver's probe() phase, one
doesn't need to use pcmcia_get_{first,next}_tuple, pcmcia_get_tuple_data
and pcmcia_parse_tuple directly in most if not all cases.

Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent 6e86841d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment