diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-02-15 21:06:19 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-02-15 21:06:19 +0100 |
commit | c779c930f157a3e8984110f813d03289092eb60b (patch) | |
tree | 89b02eaa9da13f6dc0f172b27f724757a6f278f5 | |
parent | 515e50555cb9776e425d498197eb382a22a51a04 (diff) |
fix typo in parisc support to path_id
As reported at http://bugs.gentoo.org/show_bug.cgi?id=113379
path_id is still broken for parisc boxes. This patch from
Jeroen Roovers <jer@gentoo.org> fixes that.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rwxr-xr-x | extras/path_id | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/path_id b/extras/path_id index b58e1eda6a..73d5c834dd 100755 --- a/extras/path_id +++ b/extras/path_id @@ -229,7 +229,7 @@ handle_block_scsi () { ;; # PARISC devices *parisc*) - adapter="${controler_dev##*/}" + adapter="${controller_dev##*/}" bus=parisc; ;; *) |