| .. | .. |
|---|
| 1 | | -/** |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 2 | +/* |
|---|
| 2 | 3 | * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. |
|---|
| 3 | | - * |
|---|
| 4 | | - * This source file is released under GPL v2 license (no other versions). |
|---|
| 5 | | - * See the COPYING file included in the main directory of this source |
|---|
| 6 | | - * distribution for the license terms and conditions. |
|---|
| 7 | 4 | * |
|---|
| 8 | 5 | * @File cthw20k2.c |
|---|
| 9 | 6 | * |
|---|
| .. | .. |
|---|
| 12 | 9 | * |
|---|
| 13 | 10 | * @Author Liu Chun |
|---|
| 14 | 11 | * @Date May 14 2008 |
|---|
| 15 | | - * |
|---|
| 16 | 12 | */ |
|---|
| 17 | 13 | |
|---|
| 18 | 14 | #include <linux/types.h> |
|---|
| .. | .. |
|---|
| 2065 | 2061 | goto error2; |
|---|
| 2066 | 2062 | } |
|---|
| 2067 | 2063 | hw->irq = pci->irq; |
|---|
| 2064 | + hw->card->sync_irq = hw->irq; |
|---|
| 2068 | 2065 | } |
|---|
| 2069 | 2066 | |
|---|
| 2070 | 2067 | pci_set_master(pci); |
|---|